Shades of French Grey #BAAFC6
Tints of French Grey #BAAFC6
RGB
CMYK
RGB Variations
Color information
#BAAFC6 (or 0xBAAFC6) is known color: French Grey. HEX triplet: BA, AF and C6. RGB value is (186,175,198). Sum of RGB (Red+Green+Blue) = 186+175+198=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFC6 is #455039. Grayscale: #B4B4B4. Windows color (decimal): -4542522 or 13021114. OLE color: 13021114.
HSL color Cylindrical-coordinate representation of color #BAAFC6: hue angle of 268.7º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAAFC6 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 175 | 198 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.22 |
| HSL | 268.7º | 0.17% | 0.73% | - |
| HSV(B) | 268.7º | 0.12% | 0.78% | - |
| XYZ | 45.77 | 45.18 | 59.73 | - |
| YUV | 180.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 198 | 0.06 | 0.12 | 0 | 0.22 | 268.7 | 0.17 | 0.73 |
| Hex | BA | AF | C6 | 6 | C | 0 | 16 | 10D | 11 | 49 |
| Octal | 272 | 257 | 306 | 6 | 14 | 0 | 26 | 415 | 21 | 111 |
| Binary | 10111010 | 10101111 | 11000110 | 110 | 1100 | 0 | 10110 | 100001101 | 10001 | 1001001 |
Color Harmonies of #BAAFC6
Complementary color
Monochromatic Colors of #BAAFC6
Black with #BAAFC6
Text Example
Text Example
White with #BAAFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFC6; }
p { color: rgb(186,175,198); }
H1.HeaderClassName
{
color: #BAAFC6;
}
.AnyTagClassName
{
color: #BAAFC6;
}
</style>
background-color css
<style>
a { background-color: #BAAFC6; }
a { background-color: rgb(186,175,198); }
div.DivClassName
{
background-color: #BAAFC6;
}
.BgClassName
{
background-color: #BAAFC6;
}
</style>
border-color css
<style>
span { border-color: #BAAFC6; }
span { border-color: rgb(186,175,198); }
td.TdClassName
{
border-color: #BAAFC6;
}
.TagClassName
{
border-color: #BAAFC6;
}
</style>