Shades of Grey Nickel #B7B6B2
Tints of Grey Nickel #B7B6B2
RGB
CMYK
RGB Variations
Color information
#B7B6B2 (or 0xB7B6B2) is known color: Grey Nickel. HEX triplet: B7, B6 and B2. RGB value is (183,182,178). Sum of RGB (Red+Green+Blue) = 183+182+178=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B6B2 is #48494D. Grayscale: #B5B5B5. Windows color (decimal): -4737358 or 11712183. OLE color: 11712183.
HSL color Cylindrical-coordinate representation of color #B7B6B2: hue angle of 48º degrees, saturation: 0.03, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B7B6B2 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 182 | 178 | - |
CMYK | 0 | 0.01 | 0.03 | 0.28 |
HSL | 48º | 0.03% | 0.71% | - |
HSV(B) | 48º | 0.03% | 0.72% | - |
XYZ | 44.29 | 46.74 | 48.81 | - |
YUV | 181.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 182 | 178 | 0 | 0.01 | 0.03 | 0.28 | 48 | 0.03 | 0.71 |
Hex | B7 | B6 | B2 | 0 | 1 | 3 | 1C | 30 | 3 | 47 |
Octal | 267 | 266 | 262 | 0 | 1 | 3 | 34 | 60 | 3 | 107 |
Binary | 10110111 | 10110110 | 10110010 | 0 | 1 | 11 | 11100 | 110000 | 11 | 1000111 |
Color Harmonies of #B7B6B2
Complementary color
Monochromatic Colors of #B7B6B2
Black with #B7B6B2
Text Example
Text Example
White with #B7B6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B6B2; }
p { color: rgb(183,182,178); }
H1.HeaderClassName
{
color: #B7B6B2;
}
.AnyTagClassName
{
color: #B7B6B2;
}
</style>
background-color css
<style>
a { background-color: #B7B6B2; }
a { background-color: rgb(183,182,178); }
div.DivClassName
{
background-color: #B7B6B2;
}
.BgClassName
{
background-color: #B7B6B2;
}
</style>
border-color css
<style>
span { border-color: #B7B6B2; }
span { border-color: rgb(183,182,178); }
td.TdClassName
{
border-color: #B7B6B2;
}
.TagClassName
{
border-color: #B7B6B2;
}
</style>