Shades of French Grey #B3ABBC
Tints of French Grey #B3ABBC
RGB
CMYK
RGB Variations
Color information
#B3ABBC (or 0xB3ABBC) is known color: French Grey. HEX triplet: B3, AB and BC. RGB value is (179,171,188). Sum of RGB (Red+Green+Blue) = 179+171+188=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #B3ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABBC is #4C5443. Grayscale: #AFAFAF. Windows color (decimal): -5002308 or 12364723. OLE color: 12364723.
HSL color Cylindrical-coordinate representation of color #B3ABBC: hue angle of 268.24º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3ABBC is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 171 | 188 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.26 |
| HSL | 268.24º | 0.11% | 0.7% | - |
| HSV(B) | 268.24º | 0.09% | 0.74% | - |
| XYZ | 42.23 | 42.34 | 53.52 | - |
| YUV | 175.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 188 | 0.05 | 0.09 | 0 | 0.26 | 268.24 | 0.11 | 0.7 |
| Hex | B3 | AB | BC | 5 | 9 | 0 | 1A | 10C | B | 46 |
| Octal | 263 | 253 | 274 | 5 | 11 | 0 | 32 | 414 | 13 | 106 |
| Binary | 10110011 | 10101011 | 10111100 | 101 | 1001 | 0 | 11010 | 100001100 | 1011 | 1000110 |
Color Harmonies of #B3ABBC
Complementary color
Monochromatic Colors of #B3ABBC
Black with #B3ABBC
Text Example
Text Example
White with #B3ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ABBC; }
p { color: rgb(179,171,188); }
H1.HeaderClassName
{
color: #B3ABBC;
}
.AnyTagClassName
{
color: #B3ABBC;
}
</style>
background-color css
<style>
a { background-color: #B3ABBC; }
a { background-color: rgb(179,171,188); }
div.DivClassName
{
background-color: #B3ABBC;
}
.BgClassName
{
background-color: #B3ABBC;
}
</style>
border-color css
<style>
span { border-color: #B3ABBC; }
span { border-color: rgb(179,171,188); }
td.TdClassName
{
border-color: #B3ABBC;
}
.TagClassName
{
border-color: #B3ABBC;
}
</style>