Shades of French Grey #B9B8BA
Tints of French Grey #B9B8BA
RGB
CMYK
RGB Variations
Color information
#B9B8BA (or 0xB9B8BA) is known color: French Grey. HEX triplet: B9, B8 and BA. RGB value is (185,184,186). Sum of RGB (Red+Green+Blue) = 185+184+186=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 186 - color contains mainly: blue. Hex color #B9B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B8BA is #464745. Grayscale: #B8B8B8. Windows color (decimal): -4605766 or 12236985. OLE color: 12236985.
HSL color Cylindrical-coordinate representation of color #B9B8BA: hue angle of 270º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B9B8BA is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 184 | 186 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.27 |
| HSL | 270º | 0.01% | 0.73% | - |
| HSV(B) | 270º | 0.01% | 0.73% | - |
| XYZ | 46.01 | 48.14 | 53.32 | - |
| YUV | 184.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 184 | 186 | 0.01 | 0.01 | 0 | 0.27 | 270 | 0.01 | 0.73 |
| Hex | B9 | B8 | BA | 1 | 1 | 0 | 1B | 10E | 1 | 49 |
| Octal | 271 | 270 | 272 | 1 | 1 | 0 | 33 | 416 | 1 | 111 |
| Binary | 10111001 | 10111000 | 10111010 | 1 | 1 | 0 | 11011 | 100001110 | 1 | 1001001 |
Color Harmonies of #B9B8BA
Complementary color
Monochromatic Colors of #B9B8BA
Black with #B9B8BA
Text Example
Text Example
White with #B9B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B8BA; }
p { color: rgb(185,184,186); }
H1.HeaderClassName
{
color: #B9B8BA;
}
.AnyTagClassName
{
color: #B9B8BA;
}
</style>
background-color css
<style>
a { background-color: #B9B8BA; }
a { background-color: rgb(185,184,186); }
div.DivClassName
{
background-color: #B9B8BA;
}
.BgClassName
{
background-color: #B9B8BA;
}
</style>
border-color css
<style>
span { border-color: #B9B8BA; }
span { border-color: rgb(185,184,186); }
td.TdClassName
{
border-color: #B9B8BA;
}
.TagClassName
{
border-color: #B9B8BA;
}
</style>