Shades of French Grey #BAAFC3
Tints of French Grey #BAAFC3
RGB
CMYK
RGB Variations
Color information
#BAAFC3 (or 0xBAAFC3) is known color: French Grey. HEX triplet: BA, AF and C3. RGB value is (186,175,195). Sum of RGB (Red+Green+Blue) = 186+175+195=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFC3 is #45503C. Grayscale: #B4B4B4. Windows color (decimal): -4542525 or 12824506. OLE color: 12824506.
HSL color Cylindrical-coordinate representation of color #BAAFC3: hue angle of 273º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAAFC3 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 175 | 195 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.24 |
| HSL | 273º | 0.14% | 0.73% | - |
| HSV(B) | 273º | 0.1% | 0.76% | - |
| XYZ | 45.43 | 45.04 | 57.93 | - |
| YUV | 180.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 195 | 0.05 | 0.10 | 0 | 0.24 | 273 | 0.14 | 0.73 |
| Hex | BA | AF | C3 | 5 | A | 0 | 18 | 111 | E | 49 |
| Octal | 272 | 257 | 303 | 5 | 12 | 0 | 30 | 421 | 16 | 111 |
| Binary | 10111010 | 10101111 | 11000011 | 101 | 1010 | 0 | 11000 | 100010001 | 1110 | 1001001 |
Color Harmonies of #BAAFC3
Complementary color
Monochromatic Colors of #BAAFC3
Black with #BAAFC3
Text Example
Text Example
White with #BAAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFC3; }
p { color: rgb(186,175,195); }
H1.HeaderClassName
{
color: #BAAFC3;
}
.AnyTagClassName
{
color: #BAAFC3;
}
</style>
background-color css
<style>
a { background-color: #BAAFC3; }
a { background-color: rgb(186,175,195); }
div.DivClassName
{
background-color: #BAAFC3;
}
.BgClassName
{
background-color: #BAAFC3;
}
</style>
border-color css
<style>
span { border-color: #BAAFC3; }
span { border-color: rgb(186,175,195); }
td.TdClassName
{
border-color: #BAAFC3;
}
.TagClassName
{
border-color: #BAAFC3;
}
</style>