Shades of French Grey #BAABC5
Tints of French Grey #BAABC5
RGB
CMYK
RGB Variations
Color information
#BAABC5 (or 0xBAABC5) is known color: French Grey. HEX triplet: BA, AB and C5. RGB value is (186,171,197). Sum of RGB (Red+Green+Blue) = 186+171+197=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 197 - color contains mainly: blue. Hex color #BAABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABC5 is #45543A. Grayscale: #B2B2B2. Windows color (decimal): -4543547 or 12954554. OLE color: 12954554.
HSL color Cylindrical-coordinate representation of color #BAABC5: hue angle of 274.62º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAABC5 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 171 | 197 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.23 |
| HSL | 274.62º | 0.18% | 0.72% | - |
| HSV(B) | 274.62º | 0.13% | 0.77% | - |
| XYZ | 44.89 | 43.6 | 58.87 | - |
| YUV | 178.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 197 | 0.06 | 0.13 | 0 | 0.23 | 274.62 | 0.18 | 0.72 |
| Hex | BA | AB | C5 | 6 | D | 0 | 17 | 113 | 12 | 48 |
| Octal | 272 | 253 | 305 | 6 | 15 | 0 | 27 | 423 | 22 | 110 |
| Binary | 10111010 | 10101011 | 11000101 | 110 | 1101 | 0 | 10111 | 100010011 | 10010 | 1001000 |
Color Harmonies of #BAABC5
Complementary color
Monochromatic Colors of #BAABC5
Black with #BAABC5
Text Example
Text Example
White with #BAABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABC5; }
p { color: rgb(186,171,197); }
H1.HeaderClassName
{
color: #BAABC5;
}
.AnyTagClassName
{
color: #BAABC5;
}
</style>
background-color css
<style>
a { background-color: #BAABC5; }
a { background-color: rgb(186,171,197); }
div.DivClassName
{
background-color: #BAABC5;
}
.BgClassName
{
background-color: #BAABC5;
}
</style>
border-color css
<style>
span { border-color: #BAABC5; }
span { border-color: rgb(186,171,197); }
td.TdClassName
{
border-color: #BAABC5;
}
.TagClassName
{
border-color: #BAABC5;
}
</style>