Shades of French Grey #BAB3C2
Tints of French Grey #BAB3C2
RGB
CMYK
RGB Variations
Color information
#BAB3C2 (or 0xBAB3C2) is known color: French Grey. HEX triplet: BA, B3 and C2. RGB value is (186,179,194). Sum of RGB (Red+Green+Blue) = 186+179+194=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 179 (70.31% from 255 or 32.02% 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 #BAB3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3C2 is #454C3D. Grayscale: #B6B6B6. Windows color (decimal): -4541502 or 12759994. OLE color: 12759994.
HSL color Cylindrical-coordinate representation of color #BAB3C2: hue angle of 268º 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 #BAB3C2 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 179 | 194 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.24 |
| HSL | 268º | 0.11% | 0.73% | - |
| HSV(B) | 268º | 0.08% | 0.76% | - |
| XYZ | 46.11 | 46.57 | 57.6 | - |
| YUV | 182.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 194 | 0.04 | 0.08 | 0 | 0.24 | 268 | 0.11 | 0.73 |
| Hex | BA | B3 | C2 | 4 | 8 | 0 | 18 | 10C | B | 49 |
| Octal | 272 | 263 | 302 | 4 | 10 | 0 | 30 | 414 | 13 | 111 |
| Binary | 10111010 | 10110011 | 11000010 | 100 | 1000 | 0 | 11000 | 100001100 | 1011 | 1001001 |
Color Harmonies of #BAB3C2
Complementary color
Monochromatic Colors of #BAB3C2
Black with #BAB3C2
Text Example
Text Example
White with #BAB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3C2; }
p { color: rgb(186,179,194); }
H1.HeaderClassName
{
color: #BAB3C2;
}
.AnyTagClassName
{
color: #BAB3C2;
}
</style>
background-color css
<style>
a { background-color: #BAB3C2; }
a { background-color: rgb(186,179,194); }
div.DivClassName
{
background-color: #BAB3C2;
}
.BgClassName
{
background-color: #BAB3C2;
}
</style>
border-color css
<style>
span { border-color: #BAB3C2; }
span { border-color: rgb(186,179,194); }
td.TdClassName
{
border-color: #BAB3C2;
}
.TagClassName
{
border-color: #BAB3C2;
}
</style>