Shades of Heather #B5BCBE
Tints of Heather #B5BCBE
RGB
CMYK
RGB Variations
Color information
#B5BCBE (or 0xB5BCBE) is known color: Heather. HEX triplet: B5, BC and BE. RGB value is (181,188,190). Sum of RGB (Red+Green+Blue) = 181+188+190=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCBE is #4A4341. Grayscale: #BABABA. Windows color (decimal): -4866882 or 12500149. OLE color: 12500149.
HSL color Cylindrical-coordinate representation of color #B5BCBE: hue angle of 193.33º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5BCBE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 188 | 190 | - |
CMYK | 0.05 | 0.01 | 0 | 0.25 |
HSL | 193.33º | 0.06% | 0.73% | - |
HSV(B) | 193.33º | 0.05% | 0.75% | - |
XYZ | 46.33 | 49.51 | 55.83 | - |
YUV | 186.14 | 130.18 | 124.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 188 | 190 | 0.05 | 0.01 | 0 | 0.25 | 193.33 | 0.06 | 0.73 |
Hex | B5 | BC | BE | 5 | 1 | 0 | 19 | C1 | 6 | 49 |
Octal | 265 | 274 | 276 | 5 | 1 | 0 | 31 | 301 | 6 | 111 |
Binary | 10110101 | 10111100 | 10111110 | 101 | 1 | 0 | 11001 | 11000001 | 110 | 1001001 |
Color Harmonies of #B5BCBE
Complementary color
Monochromatic Colors of #B5BCBE
Black with #B5BCBE
Text Example
Text Example
White with #B5BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCBE; }
p { color: rgb(181,188,190); }
H1.HeaderClassName
{
color: #B5BCBE;
}
.AnyTagClassName
{
color: #B5BCBE;
}
</style>
background-color css
<style>
a { background-color: #B5BCBE; }
a { background-color: rgb(181,188,190); }
div.DivClassName
{
background-color: #B5BCBE;
}
.BgClassName
{
background-color: #B5BCBE;
}
</style>
border-color css
<style>
span { border-color: #B5BCBE; }
span { border-color: rgb(181,188,190); }
td.TdClassName
{
border-color: #B5BCBE;
}
.TagClassName
{
border-color: #B5BCBE;
}
</style>