Shades of French Grey #BAACC5
Tints of French Grey #BAACC5
RGB
CMYK
RGB Variations
Color information
#BAACC5 (or 0xBAACC5) is known color: French Grey. HEX triplet: BA, AC and C5. RGB value is (186,172,197). Sum of RGB (Red+Green+Blue) = 186+172+197=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #BAACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC5 is #45533A. Grayscale: #B2B2B2. Windows color (decimal): -4543291 or 12954810. OLE color: 12954810.
HSL color Cylindrical-coordinate representation of color #BAACC5: hue angle of 273.6º 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 #BAACC5 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 172 | 197 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.23 |
| HSL | 273.6º | 0.18% | 0.72% | - |
| HSV(B) | 273.6º | 0.13% | 0.77% | - |
| XYZ | 45.08 | 43.98 | 58.94 | - |
| YUV | 179.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 197 | 0.06 | 0.13 | 0 | 0.23 | 273.6 | 0.18 | 0.72 |
| Hex | BA | AC | C5 | 6 | D | 0 | 17 | 112 | 12 | 48 |
| Octal | 272 | 254 | 305 | 6 | 15 | 0 | 27 | 422 | 22 | 110 |
| Binary | 10111010 | 10101100 | 11000101 | 110 | 1101 | 0 | 10111 | 100010010 | 10010 | 1001000 |
Color Harmonies of #BAACC5
Complementary color
Monochromatic Colors of #BAACC5
Black with #BAACC5
Text Example
Text Example
White with #BAACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACC5; }
p { color: rgb(186,172,197); }
H1.HeaderClassName
{
color: #BAACC5;
}
.AnyTagClassName
{
color: #BAACC5;
}
</style>
background-color css
<style>
a { background-color: #BAACC5; }
a { background-color: rgb(186,172,197); }
div.DivClassName
{
background-color: #BAACC5;
}
.BgClassName
{
background-color: #BAACC5;
}
</style>
border-color css
<style>
span { border-color: #BAACC5; }
span { border-color: rgb(186,172,197); }
td.TdClassName
{
border-color: #BAACC5;
}
.TagClassName
{
border-color: #BAACC5;
}
</style>