#BBCAE9

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

Shades of Periwinkle #BBCAE9

Tints of Periwinkle #BBCAE9

Color information

#BBCAE9 (or 0xBBCAE9) is unknown color: approx Periwinkle. HEX triplet: BB, CA and E9. RGB value is (187,202,233). Sum of RGB (Red+Green+Blue) = 187+202+233=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 202 (79.30% from 255 or 32.48% 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 #BBCAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAE9 is #443516. Grayscale: #C8C8C8. Windows color (decimal): -4470039 or 15321787. OLE color: 15321787.

HSL color Cylindrical-coordinate representation of color #BBCAE9: hue angle of 220.43º degrees, saturation: 0.51, 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 #BBCAE9 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187202233-
CMYK0.200.1300.09
HSL220.43º51.11%82.35%-
HSV(B)220.43º19.74%91.37%-
XYZ56.3258.6985.45-
YUV201.05146.03117.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=30.06%
G=32.48%
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
Decimal1872022330.200.1300.09220.4351.1182.35
HexBBCAE914D09dc3352
Octal273312351241501133463122
Binary10111011110010101110100110100110101001110111001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAE9; }

 p { color: rgb(187,202,233); }

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

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

 a { background-color: rgb(187,202,233); }

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

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

 span { border-color: rgb(187,202,233); }

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