Shades of Heather #B0BEC5
Tints of Heather #B0BEC5
RGB
CMYK
RGB Variations
Color information
#B0BEC5 (or 0xB0BEC5) is known color: Heather. HEX triplet: B0, BE and C5. RGB value is (176,190,197). Sum of RGB (Red+Green+Blue) = 176+190+197=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 197 - color contains mainly: blue. Hex color #B0BEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BEC5 is #4F413A. Grayscale: #BABABA. Windows color (decimal): -5194043 or 12959408. OLE color: 12959408.
HSL color Cylindrical-coordinate representation of color #B0BEC5: hue angle of 200º 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 #B0BEC5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 190 | 197 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.23 |
| HSL | 200º | 0.15% | 0.73% | - |
| HSV(B) | 200º | 0.11% | 0.77% | - |
| XYZ | 46.4 | 50.09 | 60.05 | - |
| YUV | 186.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 197 | 0.11 | 0.04 | 0 | 0.23 | 200 | 0.15 | 0.73 |
| Hex | B0 | BE | C5 | B | 4 | 0 | 17 | C8 | F | 49 |
| Octal | 260 | 276 | 305 | 13 | 4 | 0 | 27 | 310 | 17 | 111 |
| Binary | 10110000 | 10111110 | 11000101 | 1011 | 100 | 0 | 10111 | 11001000 | 1111 | 1001001 |
Color Harmonies of #B0BEC5
Complementary color
Monochromatic Colors of #B0BEC5
Black with #B0BEC5
Text Example
Text Example
White with #B0BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BEC5; }
p { color: rgb(176,190,197); }
H1.HeaderClassName
{
color: #B0BEC5;
}
.AnyTagClassName
{
color: #B0BEC5;
}
</style>
background-color css
<style>
a { background-color: #B0BEC5; }
a { background-color: rgb(176,190,197); }
div.DivClassName
{
background-color: #B0BEC5;
}
.BgClassName
{
background-color: #B0BEC5;
}
</style>
border-color css
<style>
span { border-color: #B0BEC5; }
span { border-color: rgb(176,190,197); }
td.TdClassName
{
border-color: #B0BEC5;
}
.TagClassName
{
border-color: #B0BEC5;
}
</style>