Shades of French Grey #BAB2C7
Tints of French Grey #BAB2C7
RGB
CMYK
RGB Variations
Color information
#BAB2C7 (or 0xBAB2C7) is known color: French Grey. HEX triplet: BA, B2 and C7. RGB value is (186,178,199). Sum of RGB (Red+Green+Blue) = 186+178+199=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAB2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2C7 is #454D38. Grayscale: #B6B6B6. Windows color (decimal): -4541753 or 13087418. OLE color: 13087418.
HSL color Cylindrical-coordinate representation of color #BAB2C7: hue angle of 262.86º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAB2C7 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 178 | 199 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.22 |
| HSL | 262.86º | 0.16% | 0.74% | - |
| HSV(B) | 262.86º | 0.11% | 0.78% | - |
| XYZ | 46.48 | 46.4 | 60.54 | - |
| YUV | 182.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 199 | 0.07 | 0.11 | 0 | 0.22 | 262.86 | 0.16 | 0.74 |
| Hex | BA | B2 | C7 | 7 | B | 0 | 16 | 107 | 10 | 4A |
| Octal | 272 | 262 | 307 | 7 | 13 | 0 | 26 | 407 | 20 | 112 |
| Binary | 10111010 | 10110010 | 11000111 | 111 | 1011 | 0 | 10110 | 100000111 | 10000 | 1001010 |
Color Harmonies of #BAB2C7
Complementary color
Monochromatic Colors of #BAB2C7
Black with #BAB2C7
Text Example
Text Example
White with #BAB2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2C7; }
p { color: rgb(186,178,199); }
H1.HeaderClassName
{
color: #BAB2C7;
}
.AnyTagClassName
{
color: #BAB2C7;
}
</style>
background-color css
<style>
a { background-color: #BAB2C7; }
a { background-color: rgb(186,178,199); }
div.DivClassName
{
background-color: #BAB2C7;
}
.BgClassName
{
background-color: #BAB2C7;
}
</style>
border-color css
<style>
span { border-color: #BAB2C7; }
span { border-color: rgb(186,178,199); }
td.TdClassName
{
border-color: #BAB2C7;
}
.TagClassName
{
border-color: #BAB2C7;
}
</style>