Shades of French Grey #BAB2C2
Tints of French Grey #BAB2C2
RGB
CMYK
RGB Variations
Color information
#BAB2C2 (or 0xBAB2C2) is known color: French Grey. HEX triplet: BA, B2 and C2. RGB value is (186,178,194). Sum of RGB (Red+Green+Blue) = 186+178+194=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 194 - color contains mainly: blue. Hex color #BAB2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2C2 is #454D3D. Grayscale: #B6B6B6. Windows color (decimal): -4541758 or 12759738. OLE color: 12759738.
HSL color Cylindrical-coordinate representation of color #BAB2C2: hue angle of 270º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAB2C2 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 178 | 194 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.24 |
| HSL | 270º | 0.12% | 0.73% | - |
| HSV(B) | 270º | 0.08% | 0.76% | - |
| XYZ | 45.91 | 46.17 | 57.53 | - |
| YUV | 182.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 194 | 0.04 | 0.08 | 0 | 0.24 | 270 | 0.12 | 0.73 |
| Hex | BA | B2 | C2 | 4 | 8 | 0 | 18 | 10E | C | 49 |
| Octal | 272 | 262 | 302 | 4 | 10 | 0 | 30 | 416 | 14 | 111 |
| Binary | 10111010 | 10110010 | 11000010 | 100 | 1000 | 0 | 11000 | 100001110 | 1100 | 1001001 |
Color Harmonies of #BAB2C2
Complementary color
Monochromatic Colors of #BAB2C2
Black with #BAB2C2
Text Example
Text Example
White with #BAB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2C2; }
p { color: rgb(186,178,194); }
H1.HeaderClassName
{
color: #BAB2C2;
}
.AnyTagClassName
{
color: #BAB2C2;
}
</style>
background-color css
<style>
a { background-color: #BAB2C2; }
a { background-color: rgb(186,178,194); }
div.DivClassName
{
background-color: #BAB2C2;
}
.BgClassName
{
background-color: #BAB2C2;
}
</style>
border-color css
<style>
span { border-color: #BAB2C2; }
span { border-color: rgb(186,178,194); }
td.TdClassName
{
border-color: #BAB2C2;
}
.TagClassName
{
border-color: #BAB2C2;
}
</style>