Shades of Heather #BBBCBD
Tints of Heather #BBBCBD
RGB
CMYK
RGB Variations
Color information
#BBBCBD (or 0xBBBCBD) is known color: Heather. HEX triplet: BB, BC and BD. RGB value is (187,188,189). Sum of RGB (Red+Green+Blue) = 187+188+189=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCBD is #444342. Grayscale: #BBBBBB. Windows color (decimal): -4473667 or 12434619. OLE color: 12434619.
HSL color Cylindrical-coordinate representation of color #BBBCBD: hue angle of 210º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BBBCBD is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 189 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.26 |
| HSL | 210º | 0.01% | 0.74% | - |
| HSV(B) | 210º | 0.01% | 0.74% | - |
| XYZ | 47.66 | 50.21 | 55.32 | - |
| YUV | 187.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 189 | 0.01 | 0.01 | 0 | 0.26 | 210 | 0.01 | 0.74 |
| Hex | BB | BC | BD | 1 | 1 | 0 | 1A | D2 | 1 | 4A |
| Octal | 273 | 274 | 275 | 1 | 1 | 0 | 32 | 322 | 1 | 112 |
| Binary | 10111011 | 10111100 | 10111101 | 1 | 1 | 0 | 11010 | 11010010 | 1 | 1001010 |
Color Harmonies of #BBBCBD
Complementary color
Monochromatic Colors of #BBBCBD
Black with #BBBCBD
Text Example
Text Example
White with #BBBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCBD; }
p { color: rgb(187,188,189); }
H1.HeaderClassName
{
color: #BBBCBD;
}
.AnyTagClassName
{
color: #BBBCBD;
}
</style>
background-color css
<style>
a { background-color: #BBBCBD; }
a { background-color: rgb(187,188,189); }
div.DivClassName
{
background-color: #BBBCBD;
}
.BgClassName
{
background-color: #BBBCBD;
}
</style>
border-color css
<style>
span { border-color: #BBBCBD; }
span { border-color: rgb(187,188,189); }
td.TdClassName
{
border-color: #BBBCBD;
}
.TagClassName
{
border-color: #BBBCBD;
}
</style>