Shades of French Grey #BAB1C5
Tints of French Grey #BAB1C5
RGB
CMYK
RGB Variations
Color information
#BAB1C5 (or 0xBAB1C5) is known color: French Grey. HEX triplet: BA, B1 and C5. RGB value is (186,177,197). Sum of RGB (Red+Green+Blue) = 186+177+197=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #BAB1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1C5 is #454E3A. Grayscale: #B5B5B5. Windows color (decimal): -4542011 or 12956090. OLE color: 12956090.
HSL color Cylindrical-coordinate representation of color #BAB1C5: hue angle of 267º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB1C5 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 177 | 197 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.23 |
| HSL | 267º | 0.15% | 0.73% | - |
| HSV(B) | 267º | 0.1% | 0.77% | - |
| XYZ | 46.05 | 45.91 | 59.26 | - |
| YUV | 181.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 197 | 0.06 | 0.10 | 0 | 0.23 | 267 | 0.15 | 0.73 |
| Hex | BA | B1 | C5 | 6 | A | 0 | 17 | 10B | F | 49 |
| Octal | 272 | 261 | 305 | 6 | 12 | 0 | 27 | 413 | 17 | 111 |
| Binary | 10111010 | 10110001 | 11000101 | 110 | 1010 | 0 | 10111 | 100001011 | 1111 | 1001001 |
Color Harmonies of #BAB1C5
Complementary color
Monochromatic Colors of #BAB1C5
Black with #BAB1C5
Text Example
Text Example
White with #BAB1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB1C5; }
p { color: rgb(186,177,197); }
H1.HeaderClassName
{
color: #BAB1C5;
}
.AnyTagClassName
{
color: #BAB1C5;
}
</style>
background-color css
<style>
a { background-color: #BAB1C5; }
a { background-color: rgb(186,177,197); }
div.DivClassName
{
background-color: #BAB1C5;
}
.BgClassName
{
background-color: #BAB1C5;
}
</style>
border-color css
<style>
span { border-color: #BAB1C5; }
span { border-color: rgb(186,177,197); }
td.TdClassName
{
border-color: #BAB1C5;
}
.TagClassName
{
border-color: #BAB1C5;
}
</style>