Shades of French Grey #BAB0C7
Tints of French Grey #BAB0C7
RGB
CMYK
RGB Variations
Color information
#BAB0C7 (or 0xBAB0C7) is known color: French Grey. HEX triplet: BA, B0 and C7. RGB value is (186,176,199). Sum of RGB (Red+Green+Blue) = 186+176+199=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAB0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0C7 is #454F38. Grayscale: #B5B5B5. Windows color (decimal): -4542265 or 13086906. OLE color: 13086906.
HSL color Cylindrical-coordinate representation of color #BAB0C7: hue angle of 266.09º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAB0C7 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 176 | 199 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.22 |
| HSL | 266.09º | 0.17% | 0.74% | - |
| HSV(B) | 266.09º | 0.12% | 0.78% | - |
| XYZ | 46.08 | 45.61 | 60.41 | - |
| YUV | 181.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 199 | 0.07 | 0.12 | 0 | 0.22 | 266.09 | 0.17 | 0.74 |
| Hex | BA | B0 | C7 | 7 | C | 0 | 16 | 10A | 11 | 4A |
| Octal | 272 | 260 | 307 | 7 | 14 | 0 | 26 | 412 | 21 | 112 |
| Binary | 10111010 | 10110000 | 11000111 | 111 | 1100 | 0 | 10110 | 100001010 | 10001 | 1001010 |
Color Harmonies of #BAB0C7
Complementary color
Monochromatic Colors of #BAB0C7
Black with #BAB0C7
Text Example
Text Example
White with #BAB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0C7; }
p { color: rgb(186,176,199); }
H1.HeaderClassName
{
color: #BAB0C7;
}
.AnyTagClassName
{
color: #BAB0C7;
}
</style>
background-color css
<style>
a { background-color: #BAB0C7; }
a { background-color: rgb(186,176,199); }
div.DivClassName
{
background-color: #BAB0C7;
}
.BgClassName
{
background-color: #BAB0C7;
}
</style>
border-color css
<style>
span { border-color: #BAB0C7; }
span { border-color: rgb(186,176,199); }
td.TdClassName
{
border-color: #BAB0C7;
}
.TagClassName
{
border-color: #BAB0C7;
}
</style>