Shades of French Grey #B2ABBB
Tints of French Grey #B2ABBB
RGB
CMYK
RGB Variations
Color information
#B2ABBB (or 0xB2ABBB) is known color: French Grey. HEX triplet: B2, AB and BB. RGB value is (178,171,187). Sum of RGB (Red+Green+Blue) = 178+171+187=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: blue. Hex color #B2ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABBB is #4D5444. Grayscale: #AEAEAE. Windows color (decimal): -5067845 or 12299186. OLE color: 12299186.
HSL color Cylindrical-coordinate representation of color #B2ABBB: hue angle of 266.25º 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 #B2ABBB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 171 | 187 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.27 |
| HSL | 266.25º | 0.11% | 0.7% | - |
| HSV(B) | 266.25º | 0.09% | 0.73% | - |
| XYZ | 41.89 | 42.18 | 52.95 | - |
| YUV | 174.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 187 | 0.05 | 0.09 | 0 | 0.27 | 266.25 | 0.11 | 0.7 |
| Hex | B2 | AB | BB | 5 | 9 | 0 | 1B | 10A | B | 46 |
| Octal | 262 | 253 | 273 | 5 | 11 | 0 | 33 | 412 | 13 | 106 |
| Binary | 10110010 | 10101011 | 10111011 | 101 | 1001 | 0 | 11011 | 100001010 | 1011 | 1000110 |
Color Harmonies of #B2ABBB
Complementary color
Monochromatic Colors of #B2ABBB
Black with #B2ABBB
Text Example
Text Example
White with #B2ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABBB; }
p { color: rgb(178,171,187); }
H1.HeaderClassName
{
color: #B2ABBB;
}
.AnyTagClassName
{
color: #B2ABBB;
}
</style>
background-color css
<style>
a { background-color: #B2ABBB; }
a { background-color: rgb(178,171,187); }
div.DivClassName
{
background-color: #B2ABBB;
}
.BgClassName
{
background-color: #B2ABBB;
}
</style>
border-color css
<style>
span { border-color: #B2ABBB; }
span { border-color: rgb(178,171,187); }
td.TdClassName
{
border-color: #B2ABBB;
}
.TagClassName
{
border-color: #B2ABBB;
}
</style>