Shades of French Grey #BAB2C1
Tints of French Grey #BAB2C1
RGB
CMYK
RGB Variations
Color information
#BAB2C1 (or 0xBAB2C1) is known color: French Grey. HEX triplet: BA, B2 and C1. RGB value is (186,178,193). Sum of RGB (Red+Green+Blue) = 186+178+193=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #BAB2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2C1 is #454D3E. Grayscale: #B6B6B6. Windows color (decimal): -4541759 or 12694202. OLE color: 12694202.
HSL color Cylindrical-coordinate representation of color #BAB2C1: hue angle of 272º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAB2C1 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 178 | 193 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.24 |
| HSL | 272º | 0.11% | 0.73% | - |
| HSV(B) | 272º | 0.08% | 0.76% | - |
| XYZ | 45.8 | 46.13 | 56.94 | - |
| YUV | 182.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 193 | 0.04 | 0.08 | 0 | 0.24 | 272 | 0.11 | 0.73 |
| Hex | BA | B2 | C1 | 4 | 8 | 0 | 18 | 110 | B | 49 |
| Octal | 272 | 262 | 301 | 4 | 10 | 0 | 30 | 420 | 13 | 111 |
| Binary | 10111010 | 10110010 | 11000001 | 100 | 1000 | 0 | 11000 | 100010000 | 1011 | 1001001 |
Color Harmonies of #BAB2C1
Complementary color
Monochromatic Colors of #BAB2C1
Black with #BAB2C1
Text Example
Text Example
White with #BAB2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2C1; }
p { color: rgb(186,178,193); }
H1.HeaderClassName
{
color: #BAB2C1;
}
.AnyTagClassName
{
color: #BAB2C1;
}
</style>
background-color css
<style>
a { background-color: #BAB2C1; }
a { background-color: rgb(186,178,193); }
div.DivClassName
{
background-color: #BAB2C1;
}
.BgClassName
{
background-color: #BAB2C1;
}
</style>
border-color css
<style>
span { border-color: #BAB2C1; }
span { border-color: rgb(186,178,193); }
td.TdClassName
{
border-color: #BAB2C1;
}
.TagClassName
{
border-color: #BAB2C1;
}
</style>