Shades of French Grey #BAABC8
Tints of French Grey #BAABC8
RGB
CMYK
RGB Variations
Color information
#BAABC8 (or 0xBAABC8) is known color: French Grey. HEX triplet: BA, AB and C8. RGB value is (186,171,200). Sum of RGB (Red+Green+Blue) = 186+171+200=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABC8 is #455437. Grayscale: #B2B2B2. Windows color (decimal): -4543544 or 13151162. OLE color: 13151162.
HSL color Cylindrical-coordinate representation of color #BAABC8: hue angle of 271.03º degrees, saturation: 0.21, 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 #BAABC8 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 171 | 200 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.22 |
| HSL | 271.03º | 0.21% | 0.73% | - |
| HSV(B) | 271.03º | 0.15% | 0.78% | - |
| XYZ | 45.24 | 43.74 | 60.7 | - |
| YUV | 178.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 200 | 0.07 | 0.14 | 0 | 0.22 | 271.03 | 0.21 | 0.73 |
| Hex | BA | AB | C8 | 7 | E | 0 | 16 | 10F | 15 | 49 |
| Octal | 272 | 253 | 310 | 7 | 16 | 0 | 26 | 417 | 25 | 111 |
| Binary | 10111010 | 10101011 | 11001000 | 111 | 1110 | 0 | 10110 | 100001111 | 10101 | 1001001 |
Color Harmonies of #BAABC8
Complementary color
Monochromatic Colors of #BAABC8
Black with #BAABC8
Text Example
Text Example
White with #BAABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABC8; }
p { color: rgb(186,171,200); }
H1.HeaderClassName
{
color: #BAABC8;
}
.AnyTagClassName
{
color: #BAABC8;
}
</style>
background-color css
<style>
a { background-color: #BAABC8; }
a { background-color: rgb(186,171,200); }
div.DivClassName
{
background-color: #BAABC8;
}
.BgClassName
{
background-color: #BAABC8;
}
</style>
border-color css
<style>
span { border-color: #BAABC8; }
span { border-color: rgb(186,171,200); }
td.TdClassName
{
border-color: #BAABC8;
}
.TagClassName
{
border-color: #BAABC8;
}
</style>