Shades of French Grey #BAABC7
Tints of French Grey #BAABC7
RGB
CMYK
RGB Variations
Color information
#BAABC7 (or 0xBAABC7) is known color: French Grey. HEX triplet: BA, AB and C7. RGB value is (186,171,199). Sum of RGB (Red+Green+Blue) = 186+171+199=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABC7 is #455438. Grayscale: #B2B2B2. Windows color (decimal): -4543545 or 13085626. OLE color: 13085626.
HSL color Cylindrical-coordinate representation of color #BAABC7: hue angle of 272.14º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAABC7 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 171 | 199 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.22 |
| HSL | 272.14º | 0.2% | 0.73% | - |
| HSV(B) | 272.14º | 0.14% | 0.78% | - |
| XYZ | 45.12 | 43.69 | 60.09 | - |
| YUV | 178.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 199 | 0.07 | 0.14 | 0 | 0.22 | 272.14 | 0.2 | 0.73 |
| Hex | BA | AB | C7 | 7 | E | 0 | 16 | 110 | 14 | 49 |
| Octal | 272 | 253 | 307 | 7 | 16 | 0 | 26 | 420 | 24 | 111 |
| Binary | 10111010 | 10101011 | 11000111 | 111 | 1110 | 0 | 10110 | 100010000 | 10100 | 1001001 |
Color Harmonies of #BAABC7
Complementary color
Monochromatic Colors of #BAABC7
Black with #BAABC7
Text Example
Text Example
White with #BAABC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABC7; }
p { color: rgb(186,171,199); }
H1.HeaderClassName
{
color: #BAABC7;
}
.AnyTagClassName
{
color: #BAABC7;
}
</style>
background-color css
<style>
a { background-color: #BAABC7; }
a { background-color: rgb(186,171,199); }
div.DivClassName
{
background-color: #BAABC7;
}
.BgClassName
{
background-color: #BAABC7;
}
</style>
border-color css
<style>
span { border-color: #BAABC7; }
span { border-color: rgb(186,171,199); }
td.TdClassName
{
border-color: #BAABC7;
}
.TagClassName
{
border-color: #BAABC7;
}
</style>