Shades of Heather #BBC2C6
Tints of Heather #BBC2C6
RGB
CMYK
RGB Variations
Color information
#BBC2C6 (or 0xBBC2C6) is known color: Heather. HEX triplet: BB, C2 and C6. RGB value is (187,194,198). Sum of RGB (Red+Green+Blue) = 187+194+198=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBC2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2C6 is #443D39. Grayscale: #C0C0C0. Windows color (decimal): -4472122 or 13025979. OLE color: 13025979.
HSL color Cylindrical-coordinate representation of color #BBC2C6: hue angle of 201.82º 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 #BBC2C6 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 194 | 198 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.22 |
| HSL | 201.82º | 0.09% | 0.75% | - |
| HSV(B) | 201.82º | 0.06% | 0.78% | - |
| XYZ | 49.98 | 53.23 | 61.07 | - |
| YUV | 192.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 198 | 0.06 | 0.02 | 0 | 0.22 | 201.82 | 0.09 | 0.75 |
| Hex | BB | C2 | C6 | 6 | 2 | 0 | 16 | CA | 9 | 4B |
| Octal | 273 | 302 | 306 | 6 | 2 | 0 | 26 | 312 | 11 | 113 |
| Binary | 10111011 | 11000010 | 11000110 | 110 | 10 | 0 | 10110 | 11001010 | 1001 | 1001011 |
Color Harmonies of #BBC2C6
Complementary color
Monochromatic Colors of #BBC2C6
Black with #BBC2C6
Text Example
Text Example
White with #BBC2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2C6; }
p { color: rgb(187,194,198); }
H1.HeaderClassName
{
color: #BBC2C6;
}
.AnyTagClassName
{
color: #BBC2C6;
}
</style>
background-color css
<style>
a { background-color: #BBC2C6; }
a { background-color: rgb(187,194,198); }
div.DivClassName
{
background-color: #BBC2C6;
}
.BgClassName
{
background-color: #BBC2C6;
}
</style>
border-color css
<style>
span { border-color: #BBC2C6; }
span { border-color: rgb(187,194,198); }
td.TdClassName
{
border-color: #BBC2C6;
}
.TagClassName
{
border-color: #BBC2C6;
}
</style>