#BBC9CE

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

Shades of Heather #BBC9CE

Tints of Heather #BBC9CE

Color information

#BBC9CE (or 0xBBC9CE) is unknown color: approx Heather. HEX triplet: BB, C9 and CE. RGB value is (187,201,206). Sum of RGB (Red+Green+Blue) = 187+201+206=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9CE is #443631. Grayscale: #C5C5C5. Windows color (decimal): -4470322 or 13552059. OLE color: 13552059.

HSL color Cylindrical-coordinate representation of color #BBC9CE: hue angle of 195.79º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC9CE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187201206-
CMYK0.090.0200.19
HSL195.79º16.24%77.06%-
HSV(B)195.79º9.22%80.78%-
XYZ52.5256.7966.59-
YUV197.38132.86120.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 201 (78.91% from 255) = 33.84%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=31.48%
G=33.84%
B=34.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872012060.090.0200.19195.7916.2477.06
HexBBC9CE92013c4104d
Octal27331131611202330420115
Binary10111011110010011100111010011001001111000100100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9CE; }

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

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

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

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

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

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

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

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