#BBCEE9

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

Shades of Periwinkle #BBCEE9

Tints of Periwinkle #BBCEE9

Color information

#BBCEE9 (or 0xBBCEE9) is unknown color: approx Periwinkle. HEX triplet: BB, CE and E9. RGB value is (187,206,233). Sum of RGB (Red+Green+Blue) = 187+206+233=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBCEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEE9 is #443116. Grayscale: #CBCBCB. Windows color (decimal): -4469015 or 15322811. OLE color: 15322811.

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

Color convert

RGB187206233-
CMYK0.200.1200.09
HSL215.22º51.11%82.35%-
HSV(B)215.22º19.74%91.37%-
XYZ57.2760.5985.77-
YUV203.4144.71116.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 206 (80.86% from 255) = 32.91%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=29.87%
G=32.91%
B=37.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872062330.200.1200.09215.2251.1182.35
HexBBCEE914C09d73352
Octal273316351241401132763122
Binary10111011110011101110100110100110001001110101111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEE9; }

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

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

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

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

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

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

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

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