Shades of French Grey #B9B4C2
Tints of French Grey #B9B4C2
RGB
CMYK
RGB Variations
Color information
#B9B4C2 (or 0xB9B4C2) is known color: French Grey. HEX triplet: B9, B4 and C2. RGB value is (185,180,194). Sum of RGB (Red+Green+Blue) = 185+180+194=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9B4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B4C2 is #464B3D. Grayscale: #B7B7B7. Windows color (decimal): -4606782 or 12760249. OLE color: 12760249.
HSL color Cylindrical-coordinate representation of color #B9B4C2: hue angle of 261.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9B4C2 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 180 | 194 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.24 |
| HSL | 261.43º | 0.1% | 0.73% | - |
| HSV(B) | 261.43º | 0.07% | 0.76% | - |
| XYZ | 46.07 | 46.85 | 57.65 | - |
| YUV | 183.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 180 | 194 | 0.05 | 0.07 | 0 | 0.24 | 261.43 | 0.1 | 0.73 |
| Hex | B9 | B4 | C2 | 5 | 7 | 0 | 18 | 105 | A | 49 |
| Octal | 271 | 264 | 302 | 5 | 7 | 0 | 30 | 405 | 12 | 111 |
| Binary | 10111001 | 10110100 | 11000010 | 101 | 111 | 0 | 11000 | 100000101 | 1010 | 1001001 |
Color Harmonies of #B9B4C2
Complementary color
Monochromatic Colors of #B9B4C2
Black with #B9B4C2
Text Example
Text Example
White with #B9B4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B4C2; }
p { color: rgb(185,180,194); }
H1.HeaderClassName
{
color: #B9B4C2;
}
.AnyTagClassName
{
color: #B9B4C2;
}
</style>
background-color css
<style>
a { background-color: #B9B4C2; }
a { background-color: rgb(185,180,194); }
div.DivClassName
{
background-color: #B9B4C2;
}
.BgClassName
{
background-color: #B9B4C2;
}
</style>
border-color css
<style>
span { border-color: #B9B4C2; }
span { border-color: rgb(185,180,194); }
td.TdClassName
{
border-color: #B9B4C2;
}
.TagClassName
{
border-color: #B9B4C2;
}
</style>