Shades of French Grey #BAB5C3
Tints of French Grey #BAB5C3
RGB
CMYK
RGB Variations
Color information
#BAB5C3 (or 0xBAB5C3) is known color: French Grey. HEX triplet: BA, B5 and C3. RGB value is (186,181,195). Sum of RGB (Red+Green+Blue) = 186+181+195=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAB5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5C3 is #454A3C. Grayscale: #B8B8B8. Windows color (decimal): -4540989 or 12826042. OLE color: 12826042.
HSL color Cylindrical-coordinate representation of color #BAB5C3: hue angle of 261.43º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAB5C3 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 181 | 195 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.24 |
| HSL | 261.43º | 0.1% | 0.74% | - |
| HSV(B) | 261.43º | 0.07% | 0.76% | - |
| XYZ | 46.62 | 47.43 | 58.33 | - |
| YUV | 184.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 195 | 0.05 | 0.07 | 0 | 0.24 | 261.43 | 0.1 | 0.74 |
| Hex | BA | B5 | C3 | 5 | 7 | 0 | 18 | 105 | A | 4A |
| Octal | 272 | 265 | 303 | 5 | 7 | 0 | 30 | 405 | 12 | 112 |
| Binary | 10111010 | 10110101 | 11000011 | 101 | 111 | 0 | 11000 | 100000101 | 1010 | 1001010 |
Color Harmonies of #BAB5C3
Complementary color
Monochromatic Colors of #BAB5C3
Black with #BAB5C3
Text Example
Text Example
White with #BAB5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5C3; }
p { color: rgb(186,181,195); }
H1.HeaderClassName
{
color: #BAB5C3;
}
.AnyTagClassName
{
color: #BAB5C3;
}
</style>
background-color css
<style>
a { background-color: #BAB5C3; }
a { background-color: rgb(186,181,195); }
div.DivClassName
{
background-color: #BAB5C3;
}
.BgClassName
{
background-color: #BAB5C3;
}
</style>
border-color css
<style>
span { border-color: #BAB5C3; }
span { border-color: rgb(186,181,195); }
td.TdClassName
{
border-color: #BAB5C3;
}
.TagClassName
{
border-color: #BAB5C3;
}
</style>