Shades of French Grey #BAB7C0
Tints of French Grey #BAB7C0
RGB
CMYK
RGB Variations
Color information
#BAB7C0 (or 0xBAB7C0) is known color: French Grey. HEX triplet: BA, B7 and C0. RGB value is (186,183,192). Sum of RGB (Red+Green+Blue) = 186+183+192=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAB7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7C0 is #45483F. Grayscale: #B8B8B8. Windows color (decimal): -4540480 or 12629946. OLE color: 12629946.
HSL color Cylindrical-coordinate representation of color #BAB7C0: hue angle of 260º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAB7C0 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 183 | 192 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.25 |
| HSL | 260º | 0.07% | 0.74% | - |
| HSV(B) | 260º | 0.05% | 0.75% | - |
| XYZ | 46.7 | 48.11 | 56.69 | - |
| YUV | 184.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 192 | 0.03 | 0.05 | 0 | 0.25 | 260 | 0.07 | 0.74 |
| Hex | BA | B7 | C0 | 3 | 5 | 0 | 19 | 104 | 7 | 4A |
| Octal | 272 | 267 | 300 | 3 | 5 | 0 | 31 | 404 | 7 | 112 |
| Binary | 10111010 | 10110111 | 11000000 | 11 | 101 | 0 | 11001 | 100000100 | 111 | 1001010 |
Color Harmonies of #BAB7C0
Complementary color
Monochromatic Colors of #BAB7C0
Black with #BAB7C0
Text Example
Text Example
White with #BAB7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7C0; }
p { color: rgb(186,183,192); }
H1.HeaderClassName
{
color: #BAB7C0;
}
.AnyTagClassName
{
color: #BAB7C0;
}
</style>
background-color css
<style>
a { background-color: #BAB7C0; }
a { background-color: rgb(186,183,192); }
div.DivClassName
{
background-color: #BAB7C0;
}
.BgClassName
{
background-color: #BAB7C0;
}
</style>
border-color css
<style>
span { border-color: #BAB7C0; }
span { border-color: rgb(186,183,192); }
td.TdClassName
{
border-color: #BAB7C0;
}
.TagClassName
{
border-color: #BAB7C0;
}
</style>