#BBC8CE

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

Shades of Heather #BBC8CE

Tints of Heather #BBC8CE

Color information

#BBC8CE (or 0xBBC8CE) is unknown color: approx Heather. HEX triplet: BB, C8 and CE. RGB value is (187,200,206). Sum of RGB (Red+Green+Blue) = 187+200+206=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8CE is #443731. Grayscale: #C4C4C4. Windows color (decimal): -4470578 or 13551803. OLE color: 13551803.

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

Color convert

RGB187200206-
CMYK0.090.0300.19
HSL198.95º16.24%77.06%-
HSV(B)198.95º9.22%80.78%-
XYZ52.2956.3366.51-
YUV196.8133.19121.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 200 (78.52% from 255) = 33.73%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=31.53%
G=33.73%
B=34.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872002060.090.0300.19198.9516.2477.06
HexBBC8CE93013c7104d
Octal27331031611302330720115
Binary10111011110010001100111010011101001111000111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8CE; }

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

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

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

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

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

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

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

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