Shades of French Grey #BAB5C1
Tints of French Grey #BAB5C1
RGB
CMYK
RGB Variations
Color information
#BAB5C1 (or 0xBAB5C1) is known color: French Grey. HEX triplet: BA, B5 and C1. RGB value is (186,181,193). Sum of RGB (Red+Green+Blue) = 186+181+193=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #BAB5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5C1 is #454A3E. Grayscale: #B7B7B7. Windows color (decimal): -4540991 or 12694970. OLE color: 12694970.
HSL color Cylindrical-coordinate representation of color #BAB5C1: hue angle of 265º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAB5C1 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 181 | 193 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.24 |
| HSL | 265º | 0.09% | 0.73% | - |
| HSV(B) | 265º | 0.06% | 0.76% | - |
| XYZ | 46.4 | 47.34 | 57.14 | - |
| YUV | 183.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 193 | 0.04 | 0.06 | 0 | 0.24 | 265 | 0.09 | 0.73 |
| Hex | BA | B5 | C1 | 4 | 6 | 0 | 18 | 109 | 9 | 49 |
| Octal | 272 | 265 | 301 | 4 | 6 | 0 | 30 | 411 | 11 | 111 |
| Binary | 10111010 | 10110101 | 11000001 | 100 | 110 | 0 | 11000 | 100001001 | 1001 | 1001001 |
Color Harmonies of #BAB5C1
Complementary color
Monochromatic Colors of #BAB5C1
Black with #BAB5C1
Text Example
Text Example
White with #BAB5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5C1; }
p { color: rgb(186,181,193); }
H1.HeaderClassName
{
color: #BAB5C1;
}
.AnyTagClassName
{
color: #BAB5C1;
}
</style>
background-color css
<style>
a { background-color: #BAB5C1; }
a { background-color: rgb(186,181,193); }
div.DivClassName
{
background-color: #BAB5C1;
}
.BgClassName
{
background-color: #BAB5C1;
}
</style>
border-color css
<style>
span { border-color: #BAB5C1; }
span { border-color: rgb(186,181,193); }
td.TdClassName
{
border-color: #BAB5C1;
}
.TagClassName
{
border-color: #BAB5C1;
}
</style>