Shades of Heather #B6B8B9
Tints of Heather #B6B8B9
RGB
CMYK
RGB Variations
Color information
#B6B8B9 (or 0xB6B8B9) is known color: Heather. HEX triplet: B6, B8 and B9. RGB value is (182,184,185). Sum of RGB (Red+Green+Blue) = 182+184+185=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 185 - color contains mainly: blue. Hex color #B6B8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B8B9 is #494746. Grayscale: #B7B7B7. Windows color (decimal): -4802375 or 12171446. OLE color: 12171446.
HSL color Cylindrical-coordinate representation of color #B6B8B9: hue angle of 200º degrees, saturation: 0.02, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B6B8B9 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 182 | 184 | 185 | - |
CMYK | 0.02 | 0.01 | 0 | 0.27 |
HSL | 200º | 0.02% | 0.72% | - |
HSV(B) | 200º | 0.02% | 0.73% | - |
XYZ | 45.19 | 47.73 | 52.73 | - |
YUV | 183.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 184 | 185 | 0.02 | 0.01 | 0 | 0.27 | 200 | 0.02 | 0.72 |
Hex | B6 | B8 | B9 | 2 | 1 | 0 | 1B | C8 | 2 | 48 |
Octal | 266 | 270 | 271 | 2 | 1 | 0 | 33 | 310 | 2 | 110 |
Binary | 10110110 | 10111000 | 10111001 | 10 | 1 | 0 | 11011 | 11001000 | 10 | 1001000 |
Color Harmonies of #B6B8B9
Complementary color
Monochromatic Colors of #B6B8B9
Black with #B6B8B9
Text Example
Text Example
White with #B6B8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B8B9; }
p { color: rgb(182,184,185); }
H1.HeaderClassName
{
color: #B6B8B9;
}
.AnyTagClassName
{
color: #B6B8B9;
}
</style>
background-color css
<style>
a { background-color: #B6B8B9; }
a { background-color: rgb(182,184,185); }
div.DivClassName
{
background-color: #B6B8B9;
}
.BgClassName
{
background-color: #B6B8B9;
}
</style>
border-color css
<style>
span { border-color: #B6B8B9; }
span { border-color: rgb(182,184,185); }
td.TdClassName
{
border-color: #B6B8B9;
}
.TagClassName
{
border-color: #B6B8B9;
}
</style>