Shades of Heather #B0BDC5
Tints of Heather #B0BDC5
RGB
CMYK
RGB Variations
Color information
#B0BDC5 (or 0xB0BDC5) is known color: Heather. HEX triplet: B0, BD and C5. RGB value is (176,189,197). Sum of RGB (Red+Green+Blue) = 176+189+197=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 197 - color contains mainly: blue. Hex color #B0BDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDC5 is #4F423A. Grayscale: #B9B9B9. Windows color (decimal): -5194299 or 12959152. OLE color: 12959152.
HSL color Cylindrical-coordinate representation of color #B0BDC5: hue angle of 202.86º 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 #B0BDC5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 189 | 197 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.23 |
| HSL | 202.86º | 0.15% | 0.73% | - |
| HSV(B) | 202.86º | 0.11% | 0.77% | - |
| XYZ | 46.18 | 49.66 | 59.97 | - |
| YUV | 186.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 197 | 0.11 | 0.04 | 0 | 0.23 | 202.86 | 0.15 | 0.73 |
| Hex | B0 | BD | C5 | B | 4 | 0 | 17 | CB | F | 49 |
| Octal | 260 | 275 | 305 | 13 | 4 | 0 | 27 | 313 | 17 | 111 |
| Binary | 10110000 | 10111101 | 11000101 | 1011 | 100 | 0 | 10111 | 11001011 | 1111 | 1001001 |
Color Harmonies of #B0BDC5
Complementary color
Monochromatic Colors of #B0BDC5
Black with #B0BDC5
Text Example
Text Example
White with #B0BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BDC5; }
p { color: rgb(176,189,197); }
H1.HeaderClassName
{
color: #B0BDC5;
}
.AnyTagClassName
{
color: #B0BDC5;
}
</style>
background-color css
<style>
a { background-color: #B0BDC5; }
a { background-color: rgb(176,189,197); }
div.DivClassName
{
background-color: #B0BDC5;
}
.BgClassName
{
background-color: #B0BDC5;
}
</style>
border-color css
<style>
span { border-color: #B0BDC5; }
span { border-color: rgb(176,189,197); }
td.TdClassName
{
border-color: #B0BDC5;
}
.TagClassName
{
border-color: #B0BDC5;
}
</style>