#BACCF1

Color #BACCF1 Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BACCF1

Tints of Periwinkle #BACCF1

Color information

#BACCF1 (or 0xBACCF1) is unknown color: approx Periwinkle. HEX triplet: BA, CC and F1. RGB value is (186,204,241). Sum of RGB (Red+Green+Blue) = 186+204+241=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #BACCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCF1 is #45330E. Grayscale: #CACACA. Windows color (decimal): -4535055 or 15846586. OLE color: 15846586.

HSL color Cylindrical-coordinate representation of color #BACCF1: hue angle of 220.36º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACCF1 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186204241-
CMYK0.230.1500.05
HSL220.36º66.27%83.73%-
HSV(B)220.36º22.82%94.51%-
XYZ57.7259.9891.75-
YUV202.84149.54115.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 29.48%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=29.48%
G=32.33%
B=38.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862042410.230.1500.05220.3666.2783.73
HexBACCF117F05dc4254
Octal272314361271705334102124
Binary10111010110011001111000110111111101011101110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCF1; }

 p { color: rgb(186,204,241); }

 H1.HeaderClassName
 {
   color: #BACCF1;
 }
 .AnyTagClassName
 {
   color: #BACCF1;
 }
</style>
background-color css

<style>
 a { background-color: #BACCF1; }

 a { background-color: rgb(186,204,241); }

 div.DivClassName
 {
   background-color: #BACCF1;
 }
 .BgClassName
 {
   background-color: #BACCF1;
 }
</style>
border-color css

<style>
 span { border-color: #BACCF1; }

 span { border-color: rgb(186,204,241); }

 td.TdClassName
 {
   border-color: #BACCF1;
 }
 .TagClassName
 {
   border-color: #BACCF1;
 }
</style>