Shades of Heather #B0BBC5
Tints of Heather #B0BBC5
RGB
CMYK
RGB Variations
Color information
#B0BBC5 (or 0xB0BBC5) is known color: Heather. HEX triplet: B0, BB and C5. RGB value is (176,187,197). Sum of RGB (Red+Green+Blue) = 176+187+197=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #B0BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBC5 is #4F443A. Grayscale: #B8B8B8. Windows color (decimal): -5194811 or 12958640. OLE color: 12958640.
HSL color Cylindrical-coordinate representation of color #B0BBC5: hue angle of 208.57º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0BBC5 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 176 | 187 | 197 | - |
CMYK | 0.11 | 0.05 | 0 | 0.23 |
HSL | 208.57º | 0.15% | 0.73% | - |
HSV(B) | 208.57º | 0.11% | 0.77% | - |
XYZ | 45.75 | 48.8 | 59.83 | - |
YUV | 184.85 | 134.86 | 121.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 187 | 197 | 0.11 | 0.05 | 0 | 0.23 | 208.57 | 0.15 | 0.73 |
Hex | B0 | BB | C5 | B | 5 | 0 | 17 | D1 | F | 49 |
Octal | 260 | 273 | 305 | 13 | 5 | 0 | 27 | 321 | 17 | 111 |
Binary | 10110000 | 10111011 | 11000101 | 1011 | 101 | 0 | 10111 | 11010001 | 1111 | 1001001 |
Color Harmonies of #B0BBC5
Complementary color
Monochromatic Colors of #B0BBC5
Black with #B0BBC5
Text Example
Text Example
White with #B0BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBC5; }
p { color: rgb(176,187,197); }
H1.HeaderClassName
{
color: #B0BBC5;
}
.AnyTagClassName
{
color: #B0BBC5;
}
</style>
background-color css
<style>
a { background-color: #B0BBC5; }
a { background-color: rgb(176,187,197); }
div.DivClassName
{
background-color: #B0BBC5;
}
.BgClassName
{
background-color: #B0BBC5;
}
</style>
border-color css
<style>
span { border-color: #B0BBC5; }
span { border-color: rgb(176,187,197); }
td.TdClassName
{
border-color: #B0BBC5;
}
.TagClassName
{
border-color: #B0BBC5;
}
</style>