Shades of French Grey #B0ABBB
Tints of French Grey #B0ABBB
RGB
CMYK
RGB Variations
Color information
#B0ABBB (or 0xB0ABBB) is known color: French Grey. HEX triplet: B0, AB and BB. RGB value is (176,171,187). Sum of RGB (Red+Green+Blue) = 176+171+187=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #B0ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABBB is #4F5444. Grayscale: #AEAEAE. Windows color (decimal): -5198917 or 12299184. OLE color: 12299184.
HSL color Cylindrical-coordinate representation of color #B0ABBB: hue angle of 258.75º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0ABBB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 171 | 187 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.27 |
| HSL | 258.75º | 0.11% | 0.7% | - |
| HSV(B) | 258.75º | 0.09% | 0.73% | - |
| XYZ | 41.44 | 41.94 | 52.93 | - |
| YUV | 174.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 187 | 0.06 | 0.09 | 0 | 0.27 | 258.75 | 0.11 | 0.7 |
| Hex | B0 | AB | BB | 6 | 9 | 0 | 1B | 103 | B | 46 |
| Octal | 260 | 253 | 273 | 6 | 11 | 0 | 33 | 403 | 13 | 106 |
| Binary | 10110000 | 10101011 | 10111011 | 110 | 1001 | 0 | 11011 | 100000011 | 1011 | 1000110 |
Color Harmonies of #B0ABBB
Complementary color
Monochromatic Colors of #B0ABBB
Black with #B0ABBB
Text Example
Text Example
White with #B0ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABBB; }
p { color: rgb(176,171,187); }
H1.HeaderClassName
{
color: #B0ABBB;
}
.AnyTagClassName
{
color: #B0ABBB;
}
</style>
background-color css
<style>
a { background-color: #B0ABBB; }
a { background-color: rgb(176,171,187); }
div.DivClassName
{
background-color: #B0ABBB;
}
.BgClassName
{
background-color: #B0ABBB;
}
</style>
border-color css
<style>
span { border-color: #B0ABBB; }
span { border-color: rgb(176,171,187); }
td.TdClassName
{
border-color: #B0ABBB;
}
.TagClassName
{
border-color: #B0ABBB;
}
</style>