Shades of French Grey #B2ABBC
Tints of French Grey #B2ABBC
RGB
CMYK
RGB Variations
Color information
#B2ABBC (or 0xB2ABBC) is known color: French Grey. HEX triplet: B2, AB and BC. RGB value is (178,171,188). Sum of RGB (Red+Green+Blue) = 178+171+188=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABBC is #4D5443. Grayscale: #AEAEAE. Windows color (decimal): -5067844 or 12364722. OLE color: 12364722.
HSL color Cylindrical-coordinate representation of color #B2ABBC: hue angle of 264.71º 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 #B2ABBC is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 171 | 188 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.26 |
| HSL | 264.71º | 0.11% | 0.7% | - |
| HSV(B) | 264.71º | 0.09% | 0.74% | - |
| XYZ | 42 | 42.22 | 53.51 | - |
| YUV | 175.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 188 | 0.05 | 0.09 | 0 | 0.26 | 264.71 | 0.11 | 0.7 |
| Hex | B2 | AB | BC | 5 | 9 | 0 | 1A | 109 | B | 46 |
| Octal | 262 | 253 | 274 | 5 | 11 | 0 | 32 | 411 | 13 | 106 |
| Binary | 10110010 | 10101011 | 10111100 | 101 | 1001 | 0 | 11010 | 100001001 | 1011 | 1000110 |
Color Harmonies of #B2ABBC
Complementary color
Monochromatic Colors of #B2ABBC
Black with #B2ABBC
Text Example
Text Example
White with #B2ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABBC; }
p { color: rgb(178,171,188); }
H1.HeaderClassName
{
color: #B2ABBC;
}
.AnyTagClassName
{
color: #B2ABBC;
}
</style>
background-color css
<style>
a { background-color: #B2ABBC; }
a { background-color: rgb(178,171,188); }
div.DivClassName
{
background-color: #B2ABBC;
}
.BgClassName
{
background-color: #B2ABBC;
}
</style>
border-color css
<style>
span { border-color: #B2ABBC; }
span { border-color: rgb(178,171,188); }
td.TdClassName
{
border-color: #B2ABBC;
}
.TagClassName
{
border-color: #B2ABBC;
}
</style>