Shades of Heather #B5BABC
Tints of Heather #B5BABC
RGB
CMYK
RGB Variations
Color information
#B5BABC (or 0xB5BABC) is known color: Heather. HEX triplet: B5, BA and BC. RGB value is (181,186,188). Sum of RGB (Red+Green+Blue) = 181+186+188=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 188 - color contains mainly: blue. Hex color #B5BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BABC is #4A4543. Grayscale: #B8B8B8. Windows color (decimal): -4867396 or 12368565. OLE color: 12368565.
HSL color Cylindrical-coordinate representation of color #B5BABC: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5BABC is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 181 | 186 | 188 | - |
CMYK | 0.04 | 0.01 | 0 | 0.26 |
HSL | 197.14º | 0.05% | 0.72% | - |
HSV(B) | 197.14º | 0.04% | 0.74% | - |
XYZ | 45.69 | 48.57 | 54.54 | - |
YUV | 184.73 | 129.84 | 125.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 186 | 188 | 0.04 | 0.01 | 0 | 0.26 | 197.14 | 0.05 | 0.72 |
Hex | B5 | BA | BC | 4 | 1 | 0 | 1A | C5 | 5 | 48 |
Octal | 265 | 272 | 274 | 4 | 1 | 0 | 32 | 305 | 5 | 110 |
Binary | 10110101 | 10111010 | 10111100 | 100 | 1 | 0 | 11010 | 11000101 | 101 | 1001000 |
Color Harmonies of #B5BABC
Complementary color
Monochromatic Colors of #B5BABC
Black with #B5BABC
Text Example
Text Example
White with #B5BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BABC; }
p { color: rgb(181,186,188); }
H1.HeaderClassName
{
color: #B5BABC;
}
.AnyTagClassName
{
color: #B5BABC;
}
</style>
background-color css
<style>
a { background-color: #B5BABC; }
a { background-color: rgb(181,186,188); }
div.DivClassName
{
background-color: #B5BABC;
}
.BgClassName
{
background-color: #B5BABC;
}
</style>
border-color css
<style>
span { border-color: #B5BABC; }
span { border-color: rgb(181,186,188); }
td.TdClassName
{
border-color: #B5BABC;
}
.TagClassName
{
border-color: #B5BABC;
}
</style>