#BBCEE8

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

Shades of Periwinkle #BBCEE8

Tints of Periwinkle #BBCEE8

Color information

#BBCEE8 (or 0xBBCEE8) is unknown color: approx Periwinkle. HEX triplet: BB, CE and E8. RGB value is (187,206,232). Sum of RGB (Red+Green+Blue) = 187+206+232=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBCEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEE8 is #443117. Grayscale: #CBCBCB. Windows color (decimal): -4469016 or 15257275. OLE color: 15257275.

HSL color Cylindrical-coordinate representation of color #BBCEE8: hue angle of 214.67º 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 #BBCEE8 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187206232-
CMYK0.190.1100.09
HSL214.67º49.45%82.16%-
HSV(B)214.67º19.4%90.98%-
XYZ57.1360.5385.02-
YUV203.28144.21116.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 232 (91.02% from 255) = 37.12%
R=29.92%
G=32.96%
B=37.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872062320.190.1100.09214.6749.4582.16
HexBBCEE813B09d73152
Octal273316350231301132761122
Binary10111011110011101110100010011101101001110101111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEE8; }

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

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

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

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

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

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

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

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