Shades of Heather #B2B8BF
Tints of Heather #B2B8BF
RGB
CMYK
RGB Variations
Color information
#B2B8BF (or 0xB2B8BF) is known color: Heather. HEX triplet: B2, B8 and BF. RGB value is (178,184,191). Sum of RGB (Red+Green+Blue) = 178+184+191=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2B8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B8BF is #4D4740. Grayscale: #B6B6B6. Windows color (decimal): -5064513 or 12564658. OLE color: 12564658.
HSL color Cylindrical-coordinate representation of color #B2B8BF: hue angle of 212.31º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2B8BF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 178 | 184 | 191 | - |
CMYK | 0.07 | 0.04 | 0 | 0.25 |
HSL | 212.31º | 0.09% | 0.72% | - |
HSV(B) | 212.31º | 0.07% | 0.75% | - |
XYZ | 44.9 | 47.51 | 56.09 | - |
YUV | 183 | 132.51 | 124.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 184 | 191 | 0.07 | 0.04 | 0 | 0.25 | 212.31 | 0.09 | 0.72 |
Hex | B2 | B8 | BF | 7 | 4 | 0 | 19 | D4 | 9 | 48 |
Octal | 262 | 270 | 277 | 7 | 4 | 0 | 31 | 324 | 11 | 110 |
Binary | 10110010 | 10111000 | 10111111 | 111 | 100 | 0 | 11001 | 11010100 | 1001 | 1001000 |
Color Harmonies of #B2B8BF
Complementary color
Monochromatic Colors of #B2B8BF
Black with #B2B8BF
Text Example
Text Example
White with #B2B8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B8BF; }
p { color: rgb(178,184,191); }
H1.HeaderClassName
{
color: #B2B8BF;
}
.AnyTagClassName
{
color: #B2B8BF;
}
</style>
background-color css
<style>
a { background-color: #B2B8BF; }
a { background-color: rgb(178,184,191); }
div.DivClassName
{
background-color: #B2B8BF;
}
.BgClassName
{
background-color: #B2B8BF;
}
</style>
border-color css
<style>
span { border-color: #B2B8BF; }
span { border-color: rgb(178,184,191); }
td.TdClassName
{
border-color: #B2B8BF;
}
.TagClassName
{
border-color: #B2B8BF;
}
</style>