Shades of French Grey #BAACC7
Tints of French Grey #BAACC7
RGB
CMYK
RGB Variations
Color information
#BAACC7 (or 0xBAACC7) is known color: French Grey. HEX triplet: BA, AC and C7. RGB value is (186,172,199). Sum of RGB (Red+Green+Blue) = 186+172+199=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC7 is #455338. Grayscale: #B3B3B3. Windows color (decimal): -4543289 or 13085882. OLE color: 13085882.
HSL color Cylindrical-coordinate representation of color #BAACC7: hue angle of 271.11º degrees, saturation: 0.19, 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 #BAACC7 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 172 | 199 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.22 |
| HSL | 271.11º | 0.19% | 0.73% | - |
| HSV(B) | 271.11º | 0.14% | 0.78% | - |
| XYZ | 45.31 | 44.07 | 60.15 | - |
| YUV | 179.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 199 | 0.07 | 0.14 | 0 | 0.22 | 271.11 | 0.19 | 0.73 |
| Hex | BA | AC | C7 | 7 | E | 0 | 16 | 10F | 13 | 49 |
| Octal | 272 | 254 | 307 | 7 | 16 | 0 | 26 | 417 | 23 | 111 |
| Binary | 10111010 | 10101100 | 11000111 | 111 | 1110 | 0 | 10110 | 100001111 | 10011 | 1001001 |
Color Harmonies of #BAACC7
Complementary color
Monochromatic Colors of #BAACC7
Black with #BAACC7
Text Example
Text Example
White with #BAACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACC7; }
p { color: rgb(186,172,199); }
H1.HeaderClassName
{
color: #BAACC7;
}
.AnyTagClassName
{
color: #BAACC7;
}
</style>
background-color css
<style>
a { background-color: #BAACC7; }
a { background-color: rgb(186,172,199); }
div.DivClassName
{
background-color: #BAACC7;
}
.BgClassName
{
background-color: #BAACC7;
}
</style>
border-color css
<style>
span { border-color: #BAACC7; }
span { border-color: rgb(186,172,199); }
td.TdClassName
{
border-color: #BAACC7;
}
.TagClassName
{
border-color: #BAACC7;
}
</style>