Shades of Heather #BBC1C3
Tints of Heather #BBC1C3
RGB
CMYK
RGB Variations
Color information
#BBC1C3 (or 0xBBC1C3) is known color: Heather. HEX triplet: BB, C1 and C3. RGB value is (187,193,195). Sum of RGB (Red+Green+Blue) = 187+193+195=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBC1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1C3 is #443E3C. Grayscale: #BFBFBF. Windows color (decimal): -4472381 or 12829115. OLE color: 12829115.
HSL color Cylindrical-coordinate representation of color #BBC1C3: hue angle of 195º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBC1C3 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 195 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.24 |
| HSL | 195º | 0.06% | 0.75% | - |
| HSV(B) | 195º | 0.04% | 0.76% | - |
| XYZ | 49.41 | 52.64 | 59.19 | - |
| YUV | 191.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 195 | 0.04 | 0.01 | 0 | 0.24 | 195 | 0.06 | 0.75 |
| Hex | BB | C1 | C3 | 4 | 1 | 0 | 18 | C3 | 6 | 4B |
| Octal | 273 | 301 | 303 | 4 | 1 | 0 | 30 | 303 | 6 | 113 |
| Binary | 10111011 | 11000001 | 11000011 | 100 | 1 | 0 | 11000 | 11000011 | 110 | 1001011 |
Color Harmonies of #BBC1C3
Complementary color
Monochromatic Colors of #BBC1C3
Black with #BBC1C3
Text Example
Text Example
White with #BBC1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1C3; }
p { color: rgb(187,193,195); }
H1.HeaderClassName
{
color: #BBC1C3;
}
.AnyTagClassName
{
color: #BBC1C3;
}
</style>
background-color css
<style>
a { background-color: #BBC1C3; }
a { background-color: rgb(187,193,195); }
div.DivClassName
{
background-color: #BBC1C3;
}
.BgClassName
{
background-color: #BBC1C3;
}
</style>
border-color css
<style>
span { border-color: #BBC1C3; }
span { border-color: rgb(187,193,195); }
td.TdClassName
{
border-color: #BBC1C3;
}
.TagClassName
{
border-color: #BBC1C3;
}
</style>