Shades of French Grey #B5ABC2
Tints of French Grey #B5ABC2
RGB
CMYK
RGB Variations
Color information
#B5ABC2 (or 0xB5ABC2) is known color: French Grey. HEX triplet: B5, AB and C2. RGB value is (181,171,194). Sum of RGB (Red+Green+Blue) = 181+171+194=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 194 - color contains mainly: blue. Hex color #B5ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABC2 is #4A543D. Grayscale: #B0B0B0. Windows color (decimal): -4871230 or 12757941. OLE color: 12757941.
HSL color Cylindrical-coordinate representation of color #B5ABC2: hue angle of 266.09º 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 #B5ABC2 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 171 | 194 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.24 |
| HSL | 266.09º | 0.16% | 0.72% | - |
| HSV(B) | 266.09º | 0.12% | 0.76% | - |
| XYZ | 43.36 | 42.84 | 57.02 | - |
| YUV | 176.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 194 | 0.07 | 0.12 | 0 | 0.24 | 266.09 | 0.16 | 0.72 |
| Hex | B5 | AB | C2 | 7 | C | 0 | 18 | 10A | 10 | 48 |
| Octal | 265 | 253 | 302 | 7 | 14 | 0 | 30 | 412 | 20 | 110 |
| Binary | 10110101 | 10101011 | 11000010 | 111 | 1100 | 0 | 11000 | 100001010 | 10000 | 1001000 |
Color Harmonies of #B5ABC2
Complementary color
Monochromatic Colors of #B5ABC2
Black with #B5ABC2
Text Example
Text Example
White with #B5ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABC2; }
p { color: rgb(181,171,194); }
H1.HeaderClassName
{
color: #B5ABC2;
}
.AnyTagClassName
{
color: #B5ABC2;
}
</style>
background-color css
<style>
a { background-color: #B5ABC2; }
a { background-color: rgb(181,171,194); }
div.DivClassName
{
background-color: #B5ABC2;
}
.BgClassName
{
background-color: #B5ABC2;
}
</style>
border-color css
<style>
span { border-color: #B5ABC2; }
span { border-color: rgb(181,171,194); }
td.TdClassName
{
border-color: #B5ABC2;
}
.TagClassName
{
border-color: #B5ABC2;
}
</style>