Shades of French Grey #B9B3C5
Tints of French Grey #B9B3C5
RGB
CMYK
RGB Variations
Color information
#B9B3C5 (or 0xB9B3C5) is known color: French Grey. HEX triplet: B9, B3 and C5. RGB value is (185,179,197). Sum of RGB (Red+Green+Blue) = 185+179+197=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #B9B3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B3C5 is #464C3A. Grayscale: #B6B6B6. Windows color (decimal): -4607035 or 12956601. OLE color: 12956601.
HSL color Cylindrical-coordinate representation of color #B9B3C5: hue angle of 260º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9B3C5 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 179 | 197 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.23 |
| HSL | 260º | 0.13% | 0.74% | - |
| HSV(B) | 260º | 0.09% | 0.77% | - |
| XYZ | 46.21 | 46.59 | 59.38 | - |
| YUV | 182.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 197 | 0.06 | 0.09 | 0 | 0.23 | 260 | 0.13 | 0.74 |
| Hex | B9 | B3 | C5 | 6 | 9 | 0 | 17 | 104 | D | 4A |
| Octal | 271 | 263 | 305 | 6 | 11 | 0 | 27 | 404 | 15 | 112 |
| Binary | 10111001 | 10110011 | 11000101 | 110 | 1001 | 0 | 10111 | 100000100 | 1101 | 1001010 |
Color Harmonies of #B9B3C5
Complementary color
Monochromatic Colors of #B9B3C5
Black with #B9B3C5
Text Example
Text Example
White with #B9B3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B3C5; }
p { color: rgb(185,179,197); }
H1.HeaderClassName
{
color: #B9B3C5;
}
.AnyTagClassName
{
color: #B9B3C5;
}
</style>
background-color css
<style>
a { background-color: #B9B3C5; }
a { background-color: rgb(185,179,197); }
div.DivClassName
{
background-color: #B9B3C5;
}
.BgClassName
{
background-color: #B9B3C5;
}
</style>
border-color css
<style>
span { border-color: #B9B3C5; }
span { border-color: rgb(185,179,197); }
td.TdClassName
{
border-color: #B9B3C5;
}
.TagClassName
{
border-color: #B9B3C5;
}
</style>