#BBCAE8

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

Shades of Periwinkle #BBCAE8

Tints of Periwinkle #BBCAE8

Color information

#BBCAE8 (or 0xBBCAE8) is unknown color: approx Periwinkle. HEX triplet: BB, CA and E8. RGB value is (187,202,232). Sum of RGB (Red+Green+Blue) = 187+202+232=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBCAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAE8 is #443517. Grayscale: #C8C8C8. Windows color (decimal): -4470040 or 15256251. OLE color: 15256251.

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

Color convert

RGB187202232-
CMYK0.190.1300.09
HSL220º49.45%82.16%-
HSV(B)220º19.4%90.98%-
XYZ56.1858.6384.7-
YUV200.94145.53118.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.11%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 232 (91.02% from 255) = 37.36%
R=30.11%
G=32.53%
B=37.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872022320.190.1300.0922049.4582.16
HexBBCAE813D09dc3152
Octal273312350231501133461122
Binary10111011110010101110100010011110101001110111001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAE8; }

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

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

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

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

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

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

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

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