Shades of Heather #B5BABD
Tints of Heather #B5BABD
RGB
CMYK
RGB Variations
Color information
#B5BABD (or 0xB5BABD) is known color: Heather. HEX triplet: B5, BA and BD. RGB value is (181,186,189). Sum of RGB (Red+Green+Blue) = 181+186+189=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 189 - color contains mainly: blue. Hex color #B5BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BABD is #4A4542. Grayscale: #B8B8B8. Windows color (decimal): -4867395 or 12434101. OLE color: 12434101.
HSL color Cylindrical-coordinate representation of color #B5BABD: hue angle of 202.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5BABD is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 181 | 186 | 189 | - |
CMYK | 0.04 | 0.02 | 0 | 0.26 |
HSL | 202.5º | 0.06% | 0.73% | - |
HSV(B) | 202.5º | 0.04% | 0.74% | - |
XYZ | 45.8 | 48.62 | 55.11 | - |
YUV | 184.85 | 130.34 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 186 | 189 | 0.04 | 0.02 | 0 | 0.26 | 202.5 | 0.06 | 0.73 |
Hex | B5 | BA | BD | 4 | 2 | 0 | 1A | CA | 6 | 49 |
Octal | 265 | 272 | 275 | 4 | 2 | 0 | 32 | 312 | 6 | 111 |
Binary | 10110101 | 10111010 | 10111101 | 100 | 10 | 0 | 11010 | 11001010 | 110 | 1001001 |
Color Harmonies of #B5BABD
Complementary color
Monochromatic Colors of #B5BABD
Black with #B5BABD
Text Example
Text Example
White with #B5BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BABD; }
p { color: rgb(181,186,189); }
H1.HeaderClassName
{
color: #B5BABD;
}
.AnyTagClassName
{
color: #B5BABD;
}
</style>
background-color css
<style>
a { background-color: #B5BABD; }
a { background-color: rgb(181,186,189); }
div.DivClassName
{
background-color: #B5BABD;
}
.BgClassName
{
background-color: #B5BABD;
}
</style>
border-color css
<style>
span { border-color: #B5BABD; }
span { border-color: rgb(181,186,189); }
td.TdClassName
{
border-color: #B5BABD;
}
.TagClassName
{
border-color: #B5BABD;
}
</style>