Shades of French Grey #B9B3C0
Tints of French Grey #B9B3C0
RGB
CMYK
RGB Variations
Color information
#B9B3C0 (or 0xB9B3C0) is known color: French Grey. HEX triplet: B9, B3 and C0. RGB value is (185,179,192). Sum of RGB (Red+Green+Blue) = 185+179+192=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 192 - color contains mainly: blue. Hex color #B9B3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B3C0 is #464C3F. Grayscale: #B6B6B6. Windows color (decimal): -4607040 or 12628921. OLE color: 12628921.
HSL color Cylindrical-coordinate representation of color #B9B3C0: hue angle of 267.69º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9B3C0 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 185 | 179 | 192 | - |
CMYK | 0.04 | 0.07 | 0 | 0.25 |
HSL | 267.69º | 0.09% | 0.73% | - |
HSV(B) | 267.69º | 0.07% | 0.75% | - |
XYZ | 45.64 | 46.36 | 56.41 | - |
YUV | 182.28 | 133.49 | 129.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 179 | 192 | 0.04 | 0.07 | 0 | 0.25 | 267.69 | 0.09 | 0.73 |
Hex | B9 | B3 | C0 | 4 | 7 | 0 | 19 | 10C | 9 | 49 |
Octal | 271 | 263 | 300 | 4 | 7 | 0 | 31 | 414 | 11 | 111 |
Binary | 10111001 | 10110011 | 11000000 | 100 | 111 | 0 | 11001 | 100001100 | 1001 | 1001001 |
Color Harmonies of #B9B3C0
Complementary color
Monochromatic Colors of #B9B3C0
Black with #B9B3C0
Text Example
Text Example
White with #B9B3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B3C0; }
p { color: rgb(185,179,192); }
H1.HeaderClassName
{
color: #B9B3C0;
}
.AnyTagClassName
{
color: #B9B3C0;
}
</style>
background-color css
<style>
a { background-color: #B9B3C0; }
a { background-color: rgb(185,179,192); }
div.DivClassName
{
background-color: #B9B3C0;
}
.BgClassName
{
background-color: #B9B3C0;
}
</style>
border-color css
<style>
span { border-color: #B9B3C0; }
span { border-color: rgb(185,179,192); }
td.TdClassName
{
border-color: #B9B3C0;
}
.TagClassName
{
border-color: #B9B3C0;
}
</style>