Shades of French Grey #BAAFC5
Tints of French Grey #BAAFC5
RGB
CMYK
RGB Variations
Color information
#BAAFC5 (or 0xBAAFC5) is known color: French Grey. HEX triplet: BA, AF and C5. RGB value is (186,175,197). Sum of RGB (Red+Green+Blue) = 186+175+197=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 197 - color contains mainly: blue. Hex color #BAAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFC5 is #45503A. Grayscale: #B4B4B4. Windows color (decimal): -4542523 or 12955578. OLE color: 12955578.
HSL color Cylindrical-coordinate representation of color #BAAFC5: hue angle of 270º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAAFC5 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 175 | 197 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.23 |
| HSL | 270º | 0.16% | 0.73% | - |
| HSV(B) | 270º | 0.11% | 0.77% | - |
| XYZ | 45.66 | 45.13 | 59.13 | - |
| YUV | 180.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 197 | 0.06 | 0.11 | 0 | 0.23 | 270 | 0.16 | 0.73 |
| Hex | BA | AF | C5 | 6 | B | 0 | 17 | 10E | 10 | 49 |
| Octal | 272 | 257 | 305 | 6 | 13 | 0 | 27 | 416 | 20 | 111 |
| Binary | 10111010 | 10101111 | 11000101 | 110 | 1011 | 0 | 10111 | 100001110 | 10000 | 1001001 |
Color Harmonies of #BAAFC5
Complementary color
Monochromatic Colors of #BAAFC5
Black with #BAAFC5
Text Example
Text Example
White with #BAAFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFC5; }
p { color: rgb(186,175,197); }
H1.HeaderClassName
{
color: #BAAFC5;
}
.AnyTagClassName
{
color: #BAAFC5;
}
</style>
background-color css
<style>
a { background-color: #BAAFC5; }
a { background-color: rgb(186,175,197); }
div.DivClassName
{
background-color: #BAAFC5;
}
.BgClassName
{
background-color: #BAAFC5;
}
</style>
border-color css
<style>
span { border-color: #BAAFC5; }
span { border-color: rgb(186,175,197); }
td.TdClassName
{
border-color: #BAAFC5;
}
.TagClassName
{
border-color: #BAAFC5;
}
</style>