Shades of French Grey #B9B0C1
Tints of French Grey #B9B0C1
RGB
CMYK
RGB Variations
Color information
#B9B0C1 (or 0xB9B0C1) is known color: French Grey. HEX triplet: B9, B0 and C1. RGB value is (185,176,193). Sum of RGB (Red+Green+Blue) = 185+176+193=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #B9B0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B0C1 is #464F3E. Grayscale: #B4B4B4. Windows color (decimal): -4607807 or 12693689. OLE color: 12693689.
HSL color Cylindrical-coordinate representation of color #B9B0C1: hue angle of 271.76º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9B0C1 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 176 | 193 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.24 |
| HSL | 271.76º | 0.12% | 0.72% | - |
| HSV(B) | 271.76º | 0.09% | 0.76% | - |
| XYZ | 45.16 | 45.22 | 56.8 | - |
| YUV | 180.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 193 | 0.04 | 0.09 | 0 | 0.24 | 271.76 | 0.12 | 0.72 |
| Hex | B9 | B0 | C1 | 4 | 9 | 0 | 18 | 110 | C | 48 |
| Octal | 271 | 260 | 301 | 4 | 11 | 0 | 30 | 420 | 14 | 110 |
| Binary | 10111001 | 10110000 | 11000001 | 100 | 1001 | 0 | 11000 | 100010000 | 1100 | 1001000 |
Color Harmonies of #B9B0C1
Complementary color
Monochromatic Colors of #B9B0C1
Black with #B9B0C1
Text Example
Text Example
White with #B9B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B0C1; }
p { color: rgb(185,176,193); }
H1.HeaderClassName
{
color: #B9B0C1;
}
.AnyTagClassName
{
color: #B9B0C1;
}
</style>
background-color css
<style>
a { background-color: #B9B0C1; }
a { background-color: rgb(185,176,193); }
div.DivClassName
{
background-color: #B9B0C1;
}
.BgClassName
{
background-color: #B9B0C1;
}
</style>
border-color css
<style>
span { border-color: #B9B0C1; }
span { border-color: rgb(185,176,193); }
td.TdClassName
{
border-color: #B9B0C1;
}
.TagClassName
{
border-color: #B9B0C1;
}
</style>