Shades of French Grey #BAB2C0
Tints of French Grey #BAB2C0
RGB
CMYK
RGB Variations
Color information
#BAB2C0 (or 0xBAB2C0) is known color: French Grey. HEX triplet: BA, B2 and C0. RGB value is (186,178,192). Sum of RGB (Red+Green+Blue) = 186+178+192=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 178 (69.92% from 255 or 32.01% 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 #BAB2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2C0 is #454D3F. Grayscale: #B5B5B5. Windows color (decimal): -4541760 or 12628666. OLE color: 12628666.
HSL color Cylindrical-coordinate representation of color #BAB2C0: hue angle of 274.29º degrees, saturation: 0.1, 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 #BAB2C0 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 178 | 192 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.25 |
| HSL | 274.29º | 0.1% | 0.73% | - |
| HSV(B) | 274.29º | 0.07% | 0.75% | - |
| XYZ | 45.68 | 46.09 | 56.36 | - |
| YUV | 181.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 192 | 0.03 | 0.07 | 0 | 0.25 | 274.29 | 0.1 | 0.73 |
| Hex | BA | B2 | C0 | 3 | 7 | 0 | 19 | 112 | A | 49 |
| Octal | 272 | 262 | 300 | 3 | 7 | 0 | 31 | 422 | 12 | 111 |
| Binary | 10111010 | 10110010 | 11000000 | 11 | 111 | 0 | 11001 | 100010010 | 1010 | 1001001 |
Color Harmonies of #BAB2C0
Complementary color
Monochromatic Colors of #BAB2C0
Black with #BAB2C0
Text Example
Text Example
White with #BAB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2C0; }
p { color: rgb(186,178,192); }
H1.HeaderClassName
{
color: #BAB2C0;
}
.AnyTagClassName
{
color: #BAB2C0;
}
</style>
background-color css
<style>
a { background-color: #BAB2C0; }
a { background-color: rgb(186,178,192); }
div.DivClassName
{
background-color: #BAB2C0;
}
.BgClassName
{
background-color: #BAB2C0;
}
</style>
border-color css
<style>
span { border-color: #BAB2C0; }
span { border-color: rgb(186,178,192); }
td.TdClassName
{
border-color: #BAB2C0;
}
.TagClassName
{
border-color: #BAB2C0;
}
</style>