Shades of Heather #B0BBC3
Tints of Heather #B0BBC3
RGB
CMYK
RGB Variations
Color information
#B0BBC3 (or 0xB0BBC3) is known color: Heather. HEX triplet: B0, BB and C3. RGB value is (176,187,195). Sum of RGB (Red+Green+Blue) = 176+187+195=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 195 - color contains mainly: blue. Hex color #B0BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBC3 is #4F443C. Grayscale: #B8B8B8. Windows color (decimal): -5194813 or 12827568. OLE color: 12827568.
HSL color Cylindrical-coordinate representation of color #B0BBC3: hue angle of 205.26º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0BBC3 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 187 | 195 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.24 |
| HSL | 205.26º | 0.14% | 0.73% | - |
| HSV(B) | 205.26º | 0.1% | 0.76% | - |
| XYZ | 45.53 | 48.71 | 58.63 | - |
| YUV | 184.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 195 | 0.10 | 0.04 | 0 | 0.24 | 205.26 | 0.14 | 0.73 |
| Hex | B0 | BB | C3 | A | 4 | 0 | 18 | CD | E | 49 |
| Octal | 260 | 273 | 303 | 12 | 4 | 0 | 30 | 315 | 16 | 111 |
| Binary | 10110000 | 10111011 | 11000011 | 1010 | 100 | 0 | 11000 | 11001101 | 1110 | 1001001 |
Color Harmonies of #B0BBC3
Complementary color
Monochromatic Colors of #B0BBC3
Black with #B0BBC3
Text Example
Text Example
White with #B0BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBC3; }
p { color: rgb(176,187,195); }
H1.HeaderClassName
{
color: #B0BBC3;
}
.AnyTagClassName
{
color: #B0BBC3;
}
</style>
background-color css
<style>
a { background-color: #B0BBC3; }
a { background-color: rgb(176,187,195); }
div.DivClassName
{
background-color: #B0BBC3;
}
.BgClassName
{
background-color: #B0BBC3;
}
</style>
border-color css
<style>
span { border-color: #B0BBC3; }
span { border-color: rgb(176,187,195); }
td.TdClassName
{
border-color: #B0BBC3;
}
.TagClassName
{
border-color: #B0BBC3;
}
</style>