Shades of French Grey #B8B6BB
Tints of French Grey #B8B6BB
RGB
CMYK
RGB Variations
Color information
#B8B6BB (or 0xB8B6BB) is known color: French Grey. HEX triplet: B8, B6 and BB. RGB value is (184,182,187). Sum of RGB (Red+Green+Blue) = 184+182+187=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8B6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B6BB is #474944. Grayscale: #B7B7B7. Windows color (decimal): -4671813 or 12302008. OLE color: 12302008.
HSL color Cylindrical-coordinate representation of color #B8B6BB: hue angle of 264º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B8B6BB is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 184 | 182 | 187 | - |
CMYK | 0.02 | 0.03 | 0 | 0.27 |
HSL | 264º | 0.04% | 0.72% | - |
HSV(B) | 264º | 0.03% | 0.73% | - |
XYZ | 45.46 | 47.23 | 53.73 | - |
YUV | 183.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 182 | 187 | 0.02 | 0.03 | 0 | 0.27 | 264 | 0.04 | 0.72 |
Hex | B8 | B6 | BB | 2 | 3 | 0 | 1B | 108 | 4 | 48 |
Octal | 270 | 266 | 273 | 2 | 3 | 0 | 33 | 410 | 4 | 110 |
Binary | 10111000 | 10110110 | 10111011 | 10 | 11 | 0 | 11011 | 100001000 | 100 | 1001000 |
Color Harmonies of #B8B6BB
Complementary color
Monochromatic Colors of #B8B6BB
Black with #B8B6BB
Text Example
Text Example
White with #B8B6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B6BB; }
p { color: rgb(184,182,187); }
H1.HeaderClassName
{
color: #B8B6BB;
}
.AnyTagClassName
{
color: #B8B6BB;
}
</style>
background-color css
<style>
a { background-color: #B8B6BB; }
a { background-color: rgb(184,182,187); }
div.DivClassName
{
background-color: #B8B6BB;
}
.BgClassName
{
background-color: #B8B6BB;
}
</style>
border-color css
<style>
span { border-color: #B8B6BB; }
span { border-color: rgb(184,182,187); }
td.TdClassName
{
border-color: #B8B6BB;
}
.TagClassName
{
border-color: #B8B6BB;
}
</style>