#BBC5CB

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

Shades of Heather #BBC5CB

Tints of Heather #BBC5CB

Color information

#BBC5CB (or 0xBBC5CB) is unknown color: approx Heather. HEX triplet: BB, C5 and CB. RGB value is (187,197,203). Sum of RGB (Red+Green+Blue) = 187+197+203=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5CB is #443A34. Grayscale: #C2C2C2. Windows color (decimal): -4471349 or 13354427. OLE color: 13354427.

HSL color Cylindrical-coordinate representation of color #BBC5CB: hue angle of 202.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC5CB is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187197203-
CMYK0.080.0300.20
HSL202.5º13.33%76.47%-
HSV(B)202.5º7.88%79.61%-
XYZ51.2454.8164.38-
YUV194.69132.69122.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=31.86%
G=33.56%
B=34.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871972030.080.0300.20202.513.3376.47
HexBBC5CB83014cad4c
Octal27330531310302431215114
Binary1011101111000101110010111000110101001100101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC5CB; }

 p { color: rgb(187,197,203); }

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

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

 a { background-color: rgb(187,197,203); }

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

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

 span { border-color: rgb(187,197,203); }

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