Shades of French Grey #BAB7C1
Tints of French Grey #BAB7C1
RGB
CMYK
RGB Variations
Color information
#BAB7C1 (or 0xBAB7C1) is known color: French Grey. HEX triplet: BA, B7 and C1. RGB value is (186,183,193). Sum of RGB (Red+Green+Blue) = 186+183+193=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 193 - color contains mainly: blue. Hex color #BAB7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7C1 is #45483E. Grayscale: #B8B8B8. Windows color (decimal): -4540479 or 12695482. OLE color: 12695482.
HSL color Cylindrical-coordinate representation of color #BAB7C1: hue angle of 258º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAB7C1 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 183 | 193 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.24 |
| HSL | 258º | 0.07% | 0.74% | - |
| HSV(B) | 258º | 0.05% | 0.76% | - |
| XYZ | 46.81 | 48.16 | 57.28 | - |
| YUV | 185.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 193 | 0.04 | 0.05 | 0 | 0.24 | 258 | 0.07 | 0.74 |
| Hex | BA | B7 | C1 | 4 | 5 | 0 | 18 | 102 | 7 | 4A |
| Octal | 272 | 267 | 301 | 4 | 5 | 0 | 30 | 402 | 7 | 112 |
| Binary | 10111010 | 10110111 | 11000001 | 100 | 101 | 0 | 11000 | 100000010 | 111 | 1001010 |
Color Harmonies of #BAB7C1
Complementary color
Monochromatic Colors of #BAB7C1
Black with #BAB7C1
Text Example
Text Example
White with #BAB7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7C1; }
p { color: rgb(186,183,193); }
H1.HeaderClassName
{
color: #BAB7C1;
}
.AnyTagClassName
{
color: #BAB7C1;
}
</style>
background-color css
<style>
a { background-color: #BAB7C1; }
a { background-color: rgb(186,183,193); }
div.DivClassName
{
background-color: #BAB7C1;
}
.BgClassName
{
background-color: #BAB7C1;
}
</style>
border-color css
<style>
span { border-color: #BAB7C1; }
span { border-color: rgb(186,183,193); }
td.TdClassName
{
border-color: #BAB7C1;
}
.TagClassName
{
border-color: #BAB7C1;
}
</style>