Shades of French Grey #BAB1C3
Tints of French Grey #BAB1C3
RGB
CMYK
RGB Variations
Color information
#BAB1C3 (or 0xBAB1C3) is known color: French Grey. HEX triplet: BA, B1 and C3. RGB value is (186,177,195). Sum of RGB (Red+Green+Blue) = 186+177+195=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAB1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1C3 is #454E3C. Grayscale: #B5B5B5. Windows color (decimal): -4542013 or 12825018. OLE color: 12825018.
HSL color Cylindrical-coordinate representation of color #BAB1C3: hue angle of 270º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAB1C3 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 177 | 195 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.24 |
| HSL | 270º | 0.13% | 0.73% | - |
| HSV(B) | 270º | 0.09% | 0.76% | - |
| XYZ | 45.82 | 45.82 | 58.06 | - |
| YUV | 181.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 195 | 0.05 | 0.09 | 0 | 0.24 | 270 | 0.13 | 0.73 |
| Hex | BA | B1 | C3 | 5 | 9 | 0 | 18 | 10E | D | 49 |
| Octal | 272 | 261 | 303 | 5 | 11 | 0 | 30 | 416 | 15 | 111 |
| Binary | 10111010 | 10110001 | 11000011 | 101 | 1001 | 0 | 11000 | 100001110 | 1101 | 1001001 |
Color Harmonies of #BAB1C3
Complementary color
Monochromatic Colors of #BAB1C3
Black with #BAB1C3
Text Example
Text Example
White with #BAB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB1C3; }
p { color: rgb(186,177,195); }
H1.HeaderClassName
{
color: #BAB1C3;
}
.AnyTagClassName
{
color: #BAB1C3;
}
</style>
background-color css
<style>
a { background-color: #BAB1C3; }
a { background-color: rgb(186,177,195); }
div.DivClassName
{
background-color: #BAB1C3;
}
.BgClassName
{
background-color: #BAB1C3;
}
</style>
border-color css
<style>
span { border-color: #BAB1C3; }
span { border-color: rgb(186,177,195); }
td.TdClassName
{
border-color: #BAB1C3;
}
.TagClassName
{
border-color: #BAB1C3;
}
</style>