Shades of Lavender Grey #B2ABDE
Tints of Lavender Grey #B2ABDE
RGB
CMYK
RGB Variations
Color information
#B2ABDE (or 0xB2ABDE) is known color: Lavender Grey. HEX triplet: B2, AB and DE. RGB value is (178,171,222). Sum of RGB (Red+Green+Blue) = 178+171+222=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABDE is #4D5421. Grayscale: #B2B2B2. Windows color (decimal): -5067810 or 14592946. OLE color: 14592946.
HSL color Cylindrical-coordinate representation of color #B2ABDE: hue angle of 248.24º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2ABDE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 171 | 222 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.13 |
| HSL | 248.24º | 0.44% | 0.77% | - |
| HSV(B) | 248.24º | 0.23% | 0.87% | - |
| XYZ | 46.11 | 43.86 | 75.14 | - |
| YUV | 178.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 222 | 0.20 | 0.23 | 0 | 0.13 | 248.24 | 0.44 | 0.77 |
| Hex | B2 | AB | DE | 14 | 17 | 0 | D | F8 | 2C | 4D |
| Octal | 262 | 253 | 336 | 24 | 27 | 0 | 15 | 370 | 54 | 115 |
| Binary | 10110010 | 10101011 | 11011110 | 10100 | 10111 | 0 | 1101 | 11111000 | 101100 | 1001101 |
Color Harmonies of #B2ABDE
Complementary color
Monochromatic Colors of #B2ABDE
Black with #B2ABDE
Text Example
Text Example
White with #B2ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABDE; }
p { color: rgb(178,171,222); }
H1.HeaderClassName
{
color: #B2ABDE;
}
.AnyTagClassName
{
color: #B2ABDE;
}
</style>
background-color css
<style>
a { background-color: #B2ABDE; }
a { background-color: rgb(178,171,222); }
div.DivClassName
{
background-color: #B2ABDE;
}
.BgClassName
{
background-color: #B2ABDE;
}
</style>
border-color css
<style>
span { border-color: #B2ABDE; }
span { border-color: rgb(178,171,222); }
td.TdClassName
{
border-color: #B2ABDE;
}
.TagClassName
{
border-color: #B2ABDE;
}
</style>