Shades of Heather #B2B8C0
Tints of Heather #B2B8C0
RGB
CMYK
RGB Variations
Color information
#B2B8C0 (or 0xB2B8C0) is known color: Heather. HEX triplet: B2, B8 and C0. RGB value is (178,184,192). Sum of RGB (Red+Green+Blue) = 178+184+192=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: blue. Hex color #B2B8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B8C0 is #4D473F. Grayscale: #B7B7B7. Windows color (decimal): -5064512 or 12630194. OLE color: 12630194.
HSL color Cylindrical-coordinate representation of color #B2B8C0: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2B8C0 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 178 | 184 | 192 | - |
CMYK | 0.07 | 0.04 | 0 | 0.25 |
HSL | 214.29º | 0.1% | 0.73% | - |
HSV(B) | 214.29º | 0.07% | 0.75% | - |
XYZ | 45.02 | 47.55 | 56.68 | - |
YUV | 183.12 | 133.01 | 124.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 184 | 192 | 0.07 | 0.04 | 0 | 0.25 | 214.29 | 0.1 | 0.73 |
Hex | B2 | B8 | C0 | 7 | 4 | 0 | 19 | D6 | A | 49 |
Octal | 262 | 270 | 300 | 7 | 4 | 0 | 31 | 326 | 12 | 111 |
Binary | 10110010 | 10111000 | 11000000 | 111 | 100 | 0 | 11001 | 11010110 | 1010 | 1001001 |
Color Harmonies of #B2B8C0
Complementary color
Monochromatic Colors of #B2B8C0
Black with #B2B8C0
Text Example
Text Example
White with #B2B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B8C0; }
p { color: rgb(178,184,192); }
H1.HeaderClassName
{
color: #B2B8C0;
}
.AnyTagClassName
{
color: #B2B8C0;
}
</style>
background-color css
<style>
a { background-color: #B2B8C0; }
a { background-color: rgb(178,184,192); }
div.DivClassName
{
background-color: #B2B8C0;
}
.BgClassName
{
background-color: #B2B8C0;
}
</style>
border-color css
<style>
span { border-color: #B2B8C0; }
span { border-color: rgb(178,184,192); }
td.TdClassName
{
border-color: #B2B8C0;
}
.TagClassName
{
border-color: #B2B8C0;
}
</style>