Shades of French Grey #BAB3C4
Tints of French Grey #BAB3C4
RGB
CMYK
RGB Variations
Color information
#BAB3C4 (or 0xBAB3C4) is known color: French Grey. HEX triplet: BA, B3 and C4. RGB value is (186,179,196). Sum of RGB (Red+Green+Blue) = 186+179+196=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAB3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3C4 is #454C3B. Grayscale: #B6B6B6. Windows color (decimal): -4541500 or 12891066. OLE color: 12891066.
HSL color Cylindrical-coordinate representation of color #BAB3C4: hue angle of 264.71º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAB3C4 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 179 | 196 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.23 |
| HSL | 264.71º | 0.13% | 0.74% | - |
| HSV(B) | 264.71º | 0.09% | 0.77% | - |
| XYZ | 46.33 | 46.66 | 58.79 | - |
| YUV | 183.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 196 | 0.05 | 0.09 | 0 | 0.23 | 264.71 | 0.13 | 0.74 |
| Hex | BA | B3 | C4 | 5 | 9 | 0 | 17 | 109 | D | 4A |
| Octal | 272 | 263 | 304 | 5 | 11 | 0 | 27 | 411 | 15 | 112 |
| Binary | 10111010 | 10110011 | 11000100 | 101 | 1001 | 0 | 10111 | 100001001 | 1101 | 1001010 |
Color Harmonies of #BAB3C4
Complementary color
Monochromatic Colors of #BAB3C4
Black with #BAB3C4
Text Example
Text Example
White with #BAB3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3C4; }
p { color: rgb(186,179,196); }
H1.HeaderClassName
{
color: #BAB3C4;
}
.AnyTagClassName
{
color: #BAB3C4;
}
</style>
background-color css
<style>
a { background-color: #BAB3C4; }
a { background-color: rgb(186,179,196); }
div.DivClassName
{
background-color: #BAB3C4;
}
.BgClassName
{
background-color: #BAB3C4;
}
</style>
border-color css
<style>
span { border-color: #BAB3C4; }
span { border-color: rgb(186,179,196); }
td.TdClassName
{
border-color: #BAB3C4;
}
.TagClassName
{
border-color: #BAB3C4;
}
</style>