Shades of French Grey #B4ABC2
Tints of French Grey #B4ABC2
RGB
CMYK
RGB Variations
Color information
#B4ABC2 (or 0xB4ABC2) is known color: French Grey. HEX triplet: B4, AB and C2. RGB value is (180,171,194). Sum of RGB (Red+Green+Blue) = 180+171+194=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #B4ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABC2 is #4B543D. Grayscale: #B0B0B0. Windows color (decimal): -4936766 or 12757940. OLE color: 12757940.
HSL color Cylindrical-coordinate representation of color #B4ABC2: hue angle of 263.48º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4ABC2 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 171 | 194 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.24 |
| HSL | 263.48º | 0.16% | 0.72% | - |
| HSV(B) | 263.48º | 0.12% | 0.76% | - |
| XYZ | 43.12 | 42.72 | 57.01 | - |
| YUV | 176.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 194 | 0.07 | 0.12 | 0 | 0.24 | 263.48 | 0.16 | 0.72 |
| Hex | B4 | AB | C2 | 7 | C | 0 | 18 | 107 | 10 | 48 |
| Octal | 264 | 253 | 302 | 7 | 14 | 0 | 30 | 407 | 20 | 110 |
| Binary | 10110100 | 10101011 | 11000010 | 111 | 1100 | 0 | 11000 | 100000111 | 10000 | 1001000 |
Color Harmonies of #B4ABC2
Complementary color
Monochromatic Colors of #B4ABC2
Black with #B4ABC2
Text Example
Text Example
White with #B4ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ABC2; }
p { color: rgb(180,171,194); }
H1.HeaderClassName
{
color: #B4ABC2;
}
.AnyTagClassName
{
color: #B4ABC2;
}
</style>
background-color css
<style>
a { background-color: #B4ABC2; }
a { background-color: rgb(180,171,194); }
div.DivClassName
{
background-color: #B4ABC2;
}
.BgClassName
{
background-color: #B4ABC2;
}
</style>
border-color css
<style>
span { border-color: #B4ABC2; }
span { border-color: rgb(180,171,194); }
td.TdClassName
{
border-color: #B4ABC2;
}
.TagClassName
{
border-color: #B4ABC2;
}
</style>