Shades of French Grey #BAB4C2
Tints of French Grey #BAB4C2
RGB
CMYK
RGB Variations
Color information
#BAB4C2 (or 0xBAB4C2) is known color: French Grey. HEX triplet: BA, B4 and C2. RGB value is (186,180,194). Sum of RGB (Red+Green+Blue) = 186+180+194=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 194 - color contains mainly: blue. Hex color #BAB4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4C2 is #454B3D. Grayscale: #B7B7B7. Windows color (decimal): -4541246 or 12760250. OLE color: 12760250.
HSL color Cylindrical-coordinate representation of color #BAB4C2: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAB4C2 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 180 | 194 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.24 |
| HSL | 265.71º | 0.1% | 0.73% | - |
| HSV(B) | 265.71º | 0.07% | 0.76% | - |
| XYZ | 46.31 | 46.98 | 57.67 | - |
| YUV | 183.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 194 | 0.04 | 0.07 | 0 | 0.24 | 265.71 | 0.1 | 0.73 |
| Hex | BA | B4 | C2 | 4 | 7 | 0 | 18 | 10A | A | 49 |
| Octal | 272 | 264 | 302 | 4 | 7 | 0 | 30 | 412 | 12 | 111 |
| Binary | 10111010 | 10110100 | 11000010 | 100 | 111 | 0 | 11000 | 100001010 | 1010 | 1001001 |
Color Harmonies of #BAB4C2
Complementary color
Monochromatic Colors of #BAB4C2
Black with #BAB4C2
Text Example
Text Example
White with #BAB4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4C2; }
p { color: rgb(186,180,194); }
H1.HeaderClassName
{
color: #BAB4C2;
}
.AnyTagClassName
{
color: #BAB4C2;
}
</style>
background-color css
<style>
a { background-color: #BAB4C2; }
a { background-color: rgb(186,180,194); }
div.DivClassName
{
background-color: #BAB4C2;
}
.BgClassName
{
background-color: #BAB4C2;
}
</style>
border-color css
<style>
span { border-color: #BAB4C2; }
span { border-color: rgb(186,180,194); }
td.TdClassName
{
border-color: #BAB4C2;
}
.TagClassName
{
border-color: #BAB4C2;
}
</style>