Shades of French Grey #B2ABBD
Tints of French Grey #B2ABBD
RGB
CMYK
RGB Variations
Color information
#B2ABBD (or 0xB2ABBD) is known color: French Grey. HEX triplet: B2, AB and BD. RGB value is (178,171,189). Sum of RGB (Red+Green+Blue) = 178+171+189=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #B2ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABBD is #4D5442. Grayscale: #AFAFAF. Windows color (decimal): -5067843 or 12430258. OLE color: 12430258.
HSL color Cylindrical-coordinate representation of color #B2ABBD: hue angle of 263.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2ABBD is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 171 | 189 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.26 |
| HSL | 263.33º | 0.12% | 0.71% | - |
| HSV(B) | 263.33º | 0.1% | 0.74% | - |
| XYZ | 42.11 | 42.26 | 54.08 | - |
| YUV | 175.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 189 | 0.06 | 0.10 | 0 | 0.26 | 263.33 | 0.12 | 0.71 |
| Hex | B2 | AB | BD | 6 | A | 0 | 1A | 107 | C | 47 |
| Octal | 262 | 253 | 275 | 6 | 12 | 0 | 32 | 407 | 14 | 107 |
| Binary | 10110010 | 10101011 | 10111101 | 110 | 1010 | 0 | 11010 | 100000111 | 1100 | 1000111 |
Color Harmonies of #B2ABBD
Complementary color
Monochromatic Colors of #B2ABBD
Black with #B2ABBD
Text Example
Text Example
White with #B2ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABBD; }
p { color: rgb(178,171,189); }
H1.HeaderClassName
{
color: #B2ABBD;
}
.AnyTagClassName
{
color: #B2ABBD;
}
</style>
background-color css
<style>
a { background-color: #B2ABBD; }
a { background-color: rgb(178,171,189); }
div.DivClassName
{
background-color: #B2ABBD;
}
.BgClassName
{
background-color: #B2ABBD;
}
</style>
border-color css
<style>
span { border-color: #B2ABBD; }
span { border-color: rgb(178,171,189); }
td.TdClassName
{
border-color: #B2ABBD;
}
.TagClassName
{
border-color: #B2ABBD;
}
</style>