#BBC1C6

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

Shades of Heather #BBC1C6

Tints of Heather #BBC1C6

Color information

#BBC1C6 (or 0xBBC1C6) is unknown color: approx Heather. HEX triplet: BB, C1 and C6. RGB value is (187,193,198). Sum of RGB (Red+Green+Blue) = 187+193+198=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBC1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1C6 is #443E39. Grayscale: #BFBFBF. Windows color (decimal): -4472378 or 13025723. OLE color: 13025723.

HSL color Cylindrical-coordinate representation of color #BBC1C6: hue angle of 207.27º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC1C6 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187193198-
CMYK0.060.0300.22
HSL207.27º8.8%75.49%-
HSV(B)207.27º5.56%77.65%-
XYZ49.7652.7860.99-
YUV191.78131.51124.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 198 (77.73% from 255) = 34.26%
R=32.35%
G=33.39%
B=34.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871931980.060.0300.22207.278.875.49
HexBBC1C663016cf94b
Octal2733013066302631711113
Binary101110111100000111000110110110101101100111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1C6; }

 p { color: rgb(187,193,198); }

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

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

 a { background-color: rgb(187,193,198); }

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

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

 span { border-color: rgb(187,193,198); }

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