#BBC7CB

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

Shades of Heather #BBC7CB

Tints of Heather #BBC7CB

Color information

#BBC7CB (or 0xBBC7CB) is unknown color: approx Heather. HEX triplet: BB, C7 and CB. RGB value is (187,199,203). Sum of RGB (Red+Green+Blue) = 187+199+203=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7CB is #443834. Grayscale: #C3C3C3. Windows color (decimal): -4470837 or 13354939. OLE color: 13354939.

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

Color convert

RGB187199203-
CMYK0.080.0200.20
HSL195º13.33%76.47%-
HSV(B)195º7.88%79.61%-
XYZ51.755.7264.53-
YUV195.87132.02121.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 199 (78.12% from 255) = 33.79%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=31.75%
G=33.79%
B=34.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871992030.080.0200.2019513.3376.47
HexBBC7CB82014c3d4c
Octal27330731310202430315114
Binary1011101111000111110010111000100101001100001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7CB; }

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

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

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

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

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

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

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

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