Shades of French Grey #BAAEC5
Tints of French Grey #BAAEC5
RGB
CMYK
RGB Variations
Color information
#BAAEC5 (or 0xBAAEC5) is known color: French Grey. HEX triplet: BA, AE and C5. RGB value is (186,174,197). Sum of RGB (Red+Green+Blue) = 186+174+197=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #BAAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEC5 is #45513A. Grayscale: #B4B4B4. Windows color (decimal): -4542779 or 12955322. OLE color: 12955322.
HSL color Cylindrical-coordinate representation of color #BAAEC5: hue angle of 271.3º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAAEC5 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 174 | 197 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.23 |
| HSL | 271.3º | 0.17% | 0.73% | - |
| HSV(B) | 271.3º | 0.12% | 0.77% | - |
| XYZ | 45.46 | 44.74 | 59.06 | - |
| YUV | 180.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 197 | 0.06 | 0.12 | 0 | 0.23 | 271.3 | 0.17 | 0.73 |
| Hex | BA | AE | C5 | 6 | C | 0 | 17 | 10F | 11 | 49 |
| Octal | 272 | 256 | 305 | 6 | 14 | 0 | 27 | 417 | 21 | 111 |
| Binary | 10111010 | 10101110 | 11000101 | 110 | 1100 | 0 | 10111 | 100001111 | 10001 | 1001001 |
Color Harmonies of #BAAEC5
Complementary color
Monochromatic Colors of #BAAEC5
Black with #BAAEC5
Text Example
Text Example
White with #BAAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEC5; }
p { color: rgb(186,174,197); }
H1.HeaderClassName
{
color: #BAAEC5;
}
.AnyTagClassName
{
color: #BAAEC5;
}
</style>
background-color css
<style>
a { background-color: #BAAEC5; }
a { background-color: rgb(186,174,197); }
div.DivClassName
{
background-color: #BAAEC5;
}
.BgClassName
{
background-color: #BAAEC5;
}
</style>
border-color css
<style>
span { border-color: #BAAEC5; }
span { border-color: rgb(186,174,197); }
td.TdClassName
{
border-color: #BAAEC5;
}
.TagClassName
{
border-color: #BAAEC5;
}
</style>