Shades of French Grey #B4ABC0
Tints of French Grey #B4ABC0
RGB
CMYK
RGB Variations
Color information
#B4ABC0 (or 0xB4ABC0) is known color: French Grey. HEX triplet: B4, AB and C0. RGB value is (180,171,192). Sum of RGB (Red+Green+Blue) = 180+171+192=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #B4ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABC0 is #4B543F. Grayscale: #B0B0B0. Windows color (decimal): -4936768 or 12626868. OLE color: 12626868.
HSL color Cylindrical-coordinate representation of color #B4ABC0: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4ABC0 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 171 | 192 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.25 |
| HSL | 265.71º | 0.14% | 0.71% | - |
| HSV(B) | 265.71º | 0.11% | 0.75% | - |
| XYZ | 42.9 | 42.63 | 55.84 | - |
| YUV | 176.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 192 | 0.06 | 0.11 | 0 | 0.25 | 265.71 | 0.14 | 0.71 |
| Hex | B4 | AB | C0 | 6 | B | 0 | 19 | 10A | E | 47 |
| Octal | 264 | 253 | 300 | 6 | 13 | 0 | 31 | 412 | 16 | 107 |
| Binary | 10110100 | 10101011 | 11000000 | 110 | 1011 | 0 | 11001 | 100001010 | 1110 | 1000111 |
Color Harmonies of #B4ABC0
Complementary color
Monochromatic Colors of #B4ABC0
Black with #B4ABC0
Text Example
Text Example
White with #B4ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ABC0; }
p { color: rgb(180,171,192); }
H1.HeaderClassName
{
color: #B4ABC0;
}
.AnyTagClassName
{
color: #B4ABC0;
}
</style>
background-color css
<style>
a { background-color: #B4ABC0; }
a { background-color: rgb(180,171,192); }
div.DivClassName
{
background-color: #B4ABC0;
}
.BgClassName
{
background-color: #B4ABC0;
}
</style>
border-color css
<style>
span { border-color: #B4ABC0; }
span { border-color: rgb(180,171,192); }
td.TdClassName
{
border-color: #B4ABC0;
}
.TagClassName
{
border-color: #B4ABC0;
}
</style>