#BBC7CD

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

Shades of Heather #BBC7CD

Tints of Heather #BBC7CD

Color information

#BBC7CD (or 0xBBC7CD) is unknown color: approx Heather. HEX triplet: BB, C7 and CD. RGB value is (187,199,205). Sum of RGB (Red+Green+Blue) = 187+199+205=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7CD is #443832. Grayscale: #C4C4C4. Windows color (decimal): -4470835 or 13486011. OLE color: 13486011.

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

Color convert

RGB187199205-
CMYK0.090.0300.20
HSL200º15.25%76.86%-
HSV(B)200º8.78%80.39%-
XYZ51.9455.8265.79-
YUV196.1133.02121.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 199 (78.12% from 255) = 33.67%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=31.64%
G=33.67%
B=34.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871992050.090.0300.2020015.2576.86
HexBBC7CD93014c8f4d
Octal27330731511302431017115
Binary1011101111000111110011011001110101001100100011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7CD; }

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

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

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

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

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

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

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

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