Shades of French Grey #BAAAC6
Tints of French Grey #BAAAC6
RGB
CMYK
RGB Variations
Color information
#BAAAC6 (or 0xBAAAC6) is known color: French Grey. HEX triplet: BA, AA and C6. RGB value is (186,170,198). Sum of RGB (Red+Green+Blue) = 186+170+198=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAAAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAC6 is #455539. Grayscale: #B1B1B1. Windows color (decimal): -4543802 or 13019834. OLE color: 13019834.
HSL color Cylindrical-coordinate representation of color #BAAAC6: hue angle of 274.29º degrees, saturation: 0.2, 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 #BAAAC6 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 170 | 198 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.22 |
| HSL | 274.29º | 0.2% | 0.72% | - |
| HSV(B) | 274.29º | 0.14% | 0.78% | - |
| XYZ | 44.82 | 43.27 | 59.42 | - |
| YUV | 177.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 198 | 0.06 | 0.14 | 0 | 0.22 | 274.29 | 0.2 | 0.72 |
| Hex | BA | AA | C6 | 6 | E | 0 | 16 | 112 | 14 | 48 |
| Octal | 272 | 252 | 306 | 6 | 16 | 0 | 26 | 422 | 24 | 110 |
| Binary | 10111010 | 10101010 | 11000110 | 110 | 1110 | 0 | 10110 | 100010010 | 10100 | 1001000 |
Color Harmonies of #BAAAC6
Complementary color
Monochromatic Colors of #BAAAC6
Black with #BAAAC6
Text Example
Text Example
White with #BAAAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAC6; }
p { color: rgb(186,170,198); }
H1.HeaderClassName
{
color: #BAAAC6;
}
.AnyTagClassName
{
color: #BAAAC6;
}
</style>
background-color css
<style>
a { background-color: #BAAAC6; }
a { background-color: rgb(186,170,198); }
div.DivClassName
{
background-color: #BAAAC6;
}
.BgClassName
{
background-color: #BAAAC6;
}
</style>
border-color css
<style>
span { border-color: #BAAAC6; }
span { border-color: rgb(186,170,198); }
td.TdClassName
{
border-color: #BAAAC6;
}
.TagClassName
{
border-color: #BAAAC6;
}
</style>