Shades of French Grey #BAB1C4
Tints of French Grey #BAB1C4
RGB
CMYK
RGB Variations
Color information
#BAB1C4 (or 0xBAB1C4) is known color: French Grey. HEX triplet: BA, B1 and C4. RGB value is (186,177,196). Sum of RGB (Red+Green+Blue) = 186+177+196=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAB1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1C4 is #454E3B. Grayscale: #B5B5B5. Windows color (decimal): -4542012 or 12890554. OLE color: 12890554.
HSL color Cylindrical-coordinate representation of color #BAB1C4: hue angle of 268.42º degrees, saturation: 0.14, 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 #BAB1C4 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 177 | 196 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.23 |
| HSL | 268.42º | 0.14% | 0.73% | - |
| HSV(B) | 268.42º | 0.1% | 0.77% | - |
| XYZ | 45.94 | 45.87 | 58.66 | - |
| YUV | 181.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 196 | 0.05 | 0.10 | 0 | 0.23 | 268.42 | 0.14 | 0.73 |
| Hex | BA | B1 | C4 | 5 | A | 0 | 17 | 10C | E | 49 |
| Octal | 272 | 261 | 304 | 5 | 12 | 0 | 27 | 414 | 16 | 111 |
| Binary | 10111010 | 10110001 | 11000100 | 101 | 1010 | 0 | 10111 | 100001100 | 1110 | 1001001 |
Color Harmonies of #BAB1C4
Complementary color
Monochromatic Colors of #BAB1C4
Black with #BAB1C4
Text Example
Text Example
White with #BAB1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB1C4; }
p { color: rgb(186,177,196); }
H1.HeaderClassName
{
color: #BAB1C4;
}
.AnyTagClassName
{
color: #BAB1C4;
}
</style>
background-color css
<style>
a { background-color: #BAB1C4; }
a { background-color: rgb(186,177,196); }
div.DivClassName
{
background-color: #BAB1C4;
}
.BgClassName
{
background-color: #BAB1C4;
}
</style>
border-color css
<style>
span { border-color: #BAB1C4; }
span { border-color: rgb(186,177,196); }
td.TdClassName
{
border-color: #BAB1C4;
}
.TagClassName
{
border-color: #BAB1C4;
}
</style>