#BACBE9

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

Shades of Periwinkle #BACBE9

Tints of Periwinkle #BACBE9

Color information

#BACBE9 (or 0xBACBE9) is unknown color: approx Periwinkle. HEX triplet: BA, CB and E9. RGB value is (186,203,233). Sum of RGB (Red+Green+Blue) = 186+203+233=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #BACBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBE9 is #453416. Grayscale: #C9C9C9. Windows color (decimal): -4535319 or 15322042. OLE color: 15322042.

HSL color Cylindrical-coordinate representation of color #BACBE9: hue angle of 218.3º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BACBE9 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186203233-
CMYK0.200.1300.09
HSL218.3º51.65%82.16%-
HSV(B)218.3º20.17%91.37%-
XYZ56.3159.0385.52-
YUV201.34145.87117.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=29.90%
G=32.64%
B=37.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862032330.200.1300.09218.351.6582.16
HexBACBE914D09da3452
Octal272313351241501133264122
Binary10111010110010111110100110100110101001110110101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBE9; }

 p { color: rgb(186,203,233); }

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

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

 a { background-color: rgb(186,203,233); }

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

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

 span { border-color: rgb(186,203,233); }

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