Shades of Lavender Grey #B2ABDD
Tints of Lavender Grey #B2ABDD
RGB
CMYK
RGB Variations
Color information
#B2ABDD (or 0xB2ABDD) is known color: Lavender Grey. HEX triplet: B2, AB and DD. RGB value is (178,171,221). Sum of RGB (Red+Green+Blue) = 178+171+221=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABDD is #4D5422. Grayscale: #B2B2B2. Windows color (decimal): -5067811 or 14527410. OLE color: 14527410.
HSL color Cylindrical-coordinate representation of color #B2ABDD: hue angle of 248.4º degrees, saturation: 0.42, 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 #B2ABDD is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 171 | 221 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.13 |
| HSL | 248.4º | 0.42% | 0.77% | - |
| HSV(B) | 248.4º | 0.23% | 0.87% | - |
| XYZ | 45.97 | 43.81 | 74.44 | - |
| YUV | 178.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 221 | 0.19 | 0.23 | 0 | 0.13 | 248.4 | 0.42 | 0.77 |
| Hex | B2 | AB | DD | 13 | 17 | 0 | D | F8 | 2A | 4D |
| Octal | 262 | 253 | 335 | 23 | 27 | 0 | 15 | 370 | 52 | 115 |
| Binary | 10110010 | 10101011 | 11011101 | 10011 | 10111 | 0 | 1101 | 11111000 | 101010 | 1001101 |
Color Harmonies of #B2ABDD
Complementary color
Monochromatic Colors of #B2ABDD
Black with #B2ABDD
Text Example
Text Example
White with #B2ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABDD; }
p { color: rgb(178,171,221); }
H1.HeaderClassName
{
color: #B2ABDD;
}
.AnyTagClassName
{
color: #B2ABDD;
}
</style>
background-color css
<style>
a { background-color: #B2ABDD; }
a { background-color: rgb(178,171,221); }
div.DivClassName
{
background-color: #B2ABDD;
}
.BgClassName
{
background-color: #B2ABDD;
}
</style>
border-color css
<style>
span { border-color: #B2ABDD; }
span { border-color: rgb(178,171,221); }
td.TdClassName
{
border-color: #B2ABDD;
}
.TagClassName
{
border-color: #B2ABDD;
}
</style>