Shades of French Grey #BAB4C1
Tints of French Grey #BAB4C1
RGB
CMYK
RGB Variations
Color information
#BAB4C1 (or 0xBAB4C1) is known color: French Grey. HEX triplet: BA, B4 and C1. RGB value is (186,180,193). Sum of RGB (Red+Green+Blue) = 186+180+193=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 193 - color contains mainly: blue. Hex color #BAB4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4C1 is #454B3E. Grayscale: #B7B7B7. Windows color (decimal): -4541247 or 12694714. OLE color: 12694714.
HSL color Cylindrical-coordinate representation of color #BAB4C1: hue angle of 267.69º degrees, saturation: 0.09, 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 #BAB4C1 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 180 | 193 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.24 |
| HSL | 267.69º | 0.09% | 0.73% | - |
| HSV(B) | 267.69º | 0.07% | 0.76% | - |
| XYZ | 46.2 | 46.93 | 57.08 | - |
| YUV | 183.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 193 | 0.04 | 0.07 | 0 | 0.24 | 267.69 | 0.09 | 0.73 |
| Hex | BA | B4 | C1 | 4 | 7 | 0 | 18 | 10C | 9 | 49 |
| Octal | 272 | 264 | 301 | 4 | 7 | 0 | 30 | 414 | 11 | 111 |
| Binary | 10111010 | 10110100 | 11000001 | 100 | 111 | 0 | 11000 | 100001100 | 1001 | 1001001 |
Color Harmonies of #BAB4C1
Complementary color
Monochromatic Colors of #BAB4C1
Black with #BAB4C1
Text Example
Text Example
White with #BAB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4C1; }
p { color: rgb(186,180,193); }
H1.HeaderClassName
{
color: #BAB4C1;
}
.AnyTagClassName
{
color: #BAB4C1;
}
</style>
background-color css
<style>
a { background-color: #BAB4C1; }
a { background-color: rgb(186,180,193); }
div.DivClassName
{
background-color: #BAB4C1;
}
.BgClassName
{
background-color: #BAB4C1;
}
</style>
border-color css
<style>
span { border-color: #BAB4C1; }
span { border-color: rgb(186,180,193); }
td.TdClassName
{
border-color: #BAB4C1;
}
.TagClassName
{
border-color: #BAB4C1;
}
</style>