Shades of French Grey #BAB1C2
Tints of French Grey #BAB1C2
RGB
CMYK
RGB Variations
Color information
#BAB1C2 (or 0xBAB1C2) is known color: French Grey. HEX triplet: BA, B1 and C2. RGB value is (186,177,194). Sum of RGB (Red+Green+Blue) = 186+177+194=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #BAB1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1C2 is #454E3D. Grayscale: #B5B5B5. Windows color (decimal): -4542014 or 12759482. OLE color: 12759482.
HSL color Cylindrical-coordinate representation of color #BAB1C2: hue angle of 271.76º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAB1C2 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 177 | 194 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.24 |
| HSL | 271.76º | 0.12% | 0.73% | - |
| HSV(B) | 271.76º | 0.09% | 0.76% | - |
| XYZ | 45.71 | 45.78 | 57.47 | - |
| YUV | 181.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 194 | 0.04 | 0.09 | 0 | 0.24 | 271.76 | 0.12 | 0.73 |
| Hex | BA | B1 | C2 | 4 | 9 | 0 | 18 | 110 | C | 49 |
| Octal | 272 | 261 | 302 | 4 | 11 | 0 | 30 | 420 | 14 | 111 |
| Binary | 10111010 | 10110001 | 11000010 | 100 | 1001 | 0 | 11000 | 100010000 | 1100 | 1001001 |
Color Harmonies of #BAB1C2
Complementary color
Monochromatic Colors of #BAB1C2
Black with #BAB1C2
Text Example
Text Example
White with #BAB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB1C2; }
p { color: rgb(186,177,194); }
H1.HeaderClassName
{
color: #BAB1C2;
}
.AnyTagClassName
{
color: #BAB1C2;
}
</style>
background-color css
<style>
a { background-color: #BAB1C2; }
a { background-color: rgb(186,177,194); }
div.DivClassName
{
background-color: #BAB1C2;
}
.BgClassName
{
background-color: #BAB1C2;
}
</style>
border-color css
<style>
span { border-color: #BAB1C2; }
span { border-color: rgb(186,177,194); }
td.TdClassName
{
border-color: #BAB1C2;
}
.TagClassName
{
border-color: #BAB1C2;
}
</style>