Shades of French Grey #BAB6C2
Tints of French Grey #BAB6C2
RGB
CMYK
RGB Variations
Color information
#BAB6C2 (or 0xBAB6C2) is known color: French Grey. HEX triplet: BA, B6 and C2. RGB value is (186,182,194). Sum of RGB (Red+Green+Blue) = 186+182+194=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 194 - color contains mainly: blue. Hex color #BAB6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6C2 is #45493D. Grayscale: #B8B8B8. Windows color (decimal): -4540734 or 12760762. OLE color: 12760762.
HSL color Cylindrical-coordinate representation of color #BAB6C2: hue angle of 260º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAB6C2 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 182 | 194 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.24 |
| HSL | 260º | 0.09% | 0.74% | - |
| HSV(B) | 260º | 0.06% | 0.76% | - |
| XYZ | 46.72 | 47.79 | 57.8 | - |
| YUV | 184.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 194 | 0.04 | 0.06 | 0 | 0.24 | 260 | 0.09 | 0.74 |
| Hex | BA | B6 | C2 | 4 | 6 | 0 | 18 | 104 | 9 | 4A |
| Octal | 272 | 266 | 302 | 4 | 6 | 0 | 30 | 404 | 11 | 112 |
| Binary | 10111010 | 10110110 | 11000010 | 100 | 110 | 0 | 11000 | 100000100 | 1001 | 1001010 |
Color Harmonies of #BAB6C2
Complementary color
Monochromatic Colors of #BAB6C2
Black with #BAB6C2
Text Example
Text Example
White with #BAB6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6C2; }
p { color: rgb(186,182,194); }
H1.HeaderClassName
{
color: #BAB6C2;
}
.AnyTagClassName
{
color: #BAB6C2;
}
</style>
background-color css
<style>
a { background-color: #BAB6C2; }
a { background-color: rgb(186,182,194); }
div.DivClassName
{
background-color: #BAB6C2;
}
.BgClassName
{
background-color: #BAB6C2;
}
</style>
border-color css
<style>
span { border-color: #BAB6C2; }
span { border-color: rgb(186,182,194); }
td.TdClassName
{
border-color: #BAB6C2;
}
.TagClassName
{
border-color: #BAB6C2;
}
</style>