Shades of Heather #B5BEC1
Tints of Heather #B5BEC1
RGB
CMYK
RGB Variations
Color information
#B5BEC1 (or 0xB5BEC1) is known color: Heather. HEX triplet: B5, BE and C1. RGB value is (181,190,193). Sum of RGB (Red+Green+Blue) = 181+190+193=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 193 - color contains mainly: blue. Hex color #B5BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BEC1 is #4A413E. Grayscale: #BBBBBB. Windows color (decimal): -4866367 or 12697269. OLE color: 12697269.
HSL color Cylindrical-coordinate representation of color #B5BEC1: hue angle of 195º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5BEC1 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 190 | 193 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.24 |
| HSL | 195º | 0.09% | 0.73% | - |
| HSV(B) | 195º | 0.06% | 0.76% | - |
| XYZ | 47.1 | 50.5 | 57.72 | - |
| YUV | 187.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 193 | 0.06 | 0.02 | 0 | 0.24 | 195 | 0.09 | 0.73 |
| Hex | B5 | BE | C1 | 6 | 2 | 0 | 18 | C3 | 9 | 49 |
| Octal | 265 | 276 | 301 | 6 | 2 | 0 | 30 | 303 | 11 | 111 |
| Binary | 10110101 | 10111110 | 11000001 | 110 | 10 | 0 | 11000 | 11000011 | 1001 | 1001001 |
Color Harmonies of #B5BEC1
Complementary color
Monochromatic Colors of #B5BEC1
Black with #B5BEC1
Text Example
Text Example
White with #B5BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BEC1; }
p { color: rgb(181,190,193); }
H1.HeaderClassName
{
color: #B5BEC1;
}
.AnyTagClassName
{
color: #B5BEC1;
}
</style>
background-color css
<style>
a { background-color: #B5BEC1; }
a { background-color: rgb(181,190,193); }
div.DivClassName
{
background-color: #B5BEC1;
}
.BgClassName
{
background-color: #B5BEC1;
}
</style>
border-color css
<style>
span { border-color: #B5BEC1; }
span { border-color: rgb(181,190,193); }
td.TdClassName
{
border-color: #B5BEC1;
}
.TagClassName
{
border-color: #B5BEC1;
}
</style>