Shades of French Grey #B8B7B9
Tints of French Grey #B8B7B9
RGB
CMYK
RGB Variations
Color information
#B8B7B9 (or 0xB8B7B9) is known color: French Grey. HEX triplet: B8, B7 and B9. RGB value is (184,183,185). Sum of RGB (Red+Green+Blue) = 184+183+185=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 185 - color contains mainly: blue. Hex color #B8B7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B7B9 is #474846. Grayscale: #B7B7B7. Windows color (decimal): -4671559 or 12171192. OLE color: 12171192.
HSL color Cylindrical-coordinate representation of color #B8B7B9: hue angle of 270º degrees, saturation: 0.01, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B8B7B9 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 184 | 183 | 185 | - |
CMYK | 0.01 | 0.01 | 0 | 0.27 |
HSL | 270º | 0.01% | 0.72% | - |
HSV(B) | 270º | 0.01% | 0.73% | - |
XYZ | 45.46 | 47.56 | 52.68 | - |
YUV | 183.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 183 | 185 | 0.01 | 0.01 | 0 | 0.27 | 270 | 0.01 | 0.72 |
Hex | B8 | B7 | B9 | 1 | 1 | 0 | 1B | 10E | 1 | 48 |
Octal | 270 | 267 | 271 | 1 | 1 | 0 | 33 | 416 | 1 | 110 |
Binary | 10111000 | 10110111 | 10111001 | 1 | 1 | 0 | 11011 | 100001110 | 1 | 1001000 |
Color Harmonies of #B8B7B9
Complementary color
Monochromatic Colors of #B8B7B9
Black with #B8B7B9
Text Example
Text Example
White with #B8B7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B7B9; }
p { color: rgb(184,183,185); }
H1.HeaderClassName
{
color: #B8B7B9;
}
.AnyTagClassName
{
color: #B8B7B9;
}
</style>
background-color css
<style>
a { background-color: #B8B7B9; }
a { background-color: rgb(184,183,185); }
div.DivClassName
{
background-color: #B8B7B9;
}
.BgClassName
{
background-color: #B8B7B9;
}
</style>
border-color css
<style>
span { border-color: #B8B7B9; }
span { border-color: rgb(184,183,185); }
td.TdClassName
{
border-color: #B8B7B9;
}
.TagClassName
{
border-color: #B8B7B9;
}
</style>