Shades of French Grey #BAACC6
Tints of French Grey #BAACC6
RGB
CMYK
RGB Variations
Color information
#BAACC6 (or 0xBAACC6) is known color: French Grey. HEX triplet: BA, AC and C6. RGB value is (186,172,198). Sum of RGB (Red+Green+Blue) = 186+172+198=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC6 is #455339. Grayscale: #B3B3B3. Windows color (decimal): -4543290 or 13020346. OLE color: 13020346.
HSL color Cylindrical-coordinate representation of color #BAACC6: hue angle of 272.31º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAACC6 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 172 | 198 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.22 |
| HSL | 272.31º | 0.19% | 0.73% | - |
| HSV(B) | 272.31º | 0.13% | 0.78% | - |
| XYZ | 45.2 | 44.02 | 59.54 | - |
| YUV | 179.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 198 | 0.06 | 0.13 | 0 | 0.22 | 272.31 | 0.19 | 0.73 |
| Hex | BA | AC | C6 | 6 | D | 0 | 16 | 110 | 13 | 49 |
| Octal | 272 | 254 | 306 | 6 | 15 | 0 | 26 | 420 | 23 | 111 |
| Binary | 10111010 | 10101100 | 11000110 | 110 | 1101 | 0 | 10110 | 100010000 | 10011 | 1001001 |
Color Harmonies of #BAACC6
Complementary color
Monochromatic Colors of #BAACC6
Black with #BAACC6
Text Example
Text Example
White with #BAACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACC6; }
p { color: rgb(186,172,198); }
H1.HeaderClassName
{
color: #BAACC6;
}
.AnyTagClassName
{
color: #BAACC6;
}
</style>
background-color css
<style>
a { background-color: #BAACC6; }
a { background-color: rgb(186,172,198); }
div.DivClassName
{
background-color: #BAACC6;
}
.BgClassName
{
background-color: #BAACC6;
}
</style>
border-color css
<style>
span { border-color: #BAACC6; }
span { border-color: rgb(186,172,198); }
td.TdClassName
{
border-color: #BAACC6;
}
.TagClassName
{
border-color: #BAACC6;
}
</style>