Shades of French Grey #BAABC6
Tints of French Grey #BAABC6
RGB
CMYK
RGB Variations
Color information
#BAABC6 (or 0xBAABC6) is known color: French Grey. HEX triplet: BA, AB and C6. RGB value is (186,171,198). Sum of RGB (Red+Green+Blue) = 186+171+198=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABC6 is #455439. Grayscale: #B2B2B2. Windows color (decimal): -4543546 or 13020090. OLE color: 13020090.
HSL color Cylindrical-coordinate representation of color #BAABC6: hue angle of 273.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAABC6 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 171 | 198 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.22 |
| HSL | 273.33º | 0.19% | 0.72% | - |
| HSV(B) | 273.33º | 0.14% | 0.78% | - |
| XYZ | 45.01 | 43.64 | 59.48 | - |
| YUV | 178.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 198 | 0.06 | 0.14 | 0 | 0.22 | 273.33 | 0.19 | 0.72 |
| Hex | BA | AB | C6 | 6 | E | 0 | 16 | 111 | 13 | 48 |
| Octal | 272 | 253 | 306 | 6 | 16 | 0 | 26 | 421 | 23 | 110 |
| Binary | 10111010 | 10101011 | 11000110 | 110 | 1110 | 0 | 10110 | 100010001 | 10011 | 1001000 |
Color Harmonies of #BAABC6
Complementary color
Monochromatic Colors of #BAABC6
Black with #BAABC6
Text Example
Text Example
White with #BAABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABC6; }
p { color: rgb(186,171,198); }
H1.HeaderClassName
{
color: #BAABC6;
}
.AnyTagClassName
{
color: #BAABC6;
}
</style>
background-color css
<style>
a { background-color: #BAABC6; }
a { background-color: rgb(186,171,198); }
div.DivClassName
{
background-color: #BAABC6;
}
.BgClassName
{
background-color: #BAABC6;
}
</style>
border-color css
<style>
span { border-color: #BAABC6; }
span { border-color: rgb(186,171,198); }
td.TdClassName
{
border-color: #BAABC6;
}
.TagClassName
{
border-color: #BAABC6;
}
</style>