Shades of French Grey #BAB5C2
Tints of French Grey #BAB5C2
RGB
CMYK
RGB Variations
Color information
#BAB5C2 (or 0xBAB5C2) is known color: French Grey. HEX triplet: BA, B5 and C2. RGB value is (186,181,194). Sum of RGB (Red+Green+Blue) = 186+181+194=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 194 - color contains mainly: blue. Hex color #BAB5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5C2 is #454A3D. Grayscale: #B7B7B7. Windows color (decimal): -4540990 or 12760506. OLE color: 12760506.
HSL color Cylindrical-coordinate representation of color #BAB5C2: hue angle of 263.08º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAB5C2 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 181 | 194 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.24 |
| HSL | 263.08º | 0.1% | 0.74% | - |
| HSV(B) | 263.08º | 0.07% | 0.76% | - |
| XYZ | 46.51 | 47.38 | 57.73 | - |
| YUV | 183.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 194 | 0.04 | 0.07 | 0 | 0.24 | 263.08 | 0.1 | 0.74 |
| Hex | BA | B5 | C2 | 4 | 7 | 0 | 18 | 107 | A | 4A |
| Octal | 272 | 265 | 302 | 4 | 7 | 0 | 30 | 407 | 12 | 112 |
| Binary | 10111010 | 10110101 | 11000010 | 100 | 111 | 0 | 11000 | 100000111 | 1010 | 1001010 |
Color Harmonies of #BAB5C2
Complementary color
Monochromatic Colors of #BAB5C2
Black with #BAB5C2
Text Example
Text Example
White with #BAB5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5C2; }
p { color: rgb(186,181,194); }
H1.HeaderClassName
{
color: #BAB5C2;
}
.AnyTagClassName
{
color: #BAB5C2;
}
</style>
background-color css
<style>
a { background-color: #BAB5C2; }
a { background-color: rgb(186,181,194); }
div.DivClassName
{
background-color: #BAB5C2;
}
.BgClassName
{
background-color: #BAB5C2;
}
</style>
border-color css
<style>
span { border-color: #BAB5C2; }
span { border-color: rgb(186,181,194); }
td.TdClassName
{
border-color: #BAB5C2;
}
.TagClassName
{
border-color: #BAB5C2;
}
</style>