Shades of Heather #B0BDC4
Tints of Heather #B0BDC4
RGB
CMYK
RGB Variations
Color information
#B0BDC4 (or 0xB0BDC4) is known color: Heather. HEX triplet: B0, BD and C4. RGB value is (176,189,196). Sum of RGB (Red+Green+Blue) = 176+189+196=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 196 - color contains mainly: blue. Hex color #B0BDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDC4 is #4F423B. Grayscale: #B9B9B9. Windows color (decimal): -5194300 or 12893616. OLE color: 12893616.
HSL color Cylindrical-coordinate representation of color #B0BDC4: hue angle of 201º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0BDC4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 189 | 196 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.23 |
| HSL | 201º | 0.14% | 0.73% | - |
| HSV(B) | 201º | 0.1% | 0.77% | - |
| XYZ | 46.07 | 49.61 | 59.37 | - |
| YUV | 185.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 196 | 0.10 | 0.04 | 0 | 0.23 | 201 | 0.14 | 0.73 |
| Hex | B0 | BD | C4 | A | 4 | 0 | 17 | C9 | E | 49 |
| Octal | 260 | 275 | 304 | 12 | 4 | 0 | 27 | 311 | 16 | 111 |
| Binary | 10110000 | 10111101 | 11000100 | 1010 | 100 | 0 | 10111 | 11001001 | 1110 | 1001001 |
Color Harmonies of #B0BDC4
Complementary color
Monochromatic Colors of #B0BDC4
Black with #B0BDC4
Text Example
Text Example
White with #B0BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BDC4; }
p { color: rgb(176,189,196); }
H1.HeaderClassName
{
color: #B0BDC4;
}
.AnyTagClassName
{
color: #B0BDC4;
}
</style>
background-color css
<style>
a { background-color: #B0BDC4; }
a { background-color: rgb(176,189,196); }
div.DivClassName
{
background-color: #B0BDC4;
}
.BgClassName
{
background-color: #B0BDC4;
}
</style>
border-color css
<style>
span { border-color: #B0BDC4; }
span { border-color: rgb(176,189,196); }
td.TdClassName
{
border-color: #B0BDC4;
}
.TagClassName
{
border-color: #B0BDC4;
}
</style>