Shades of Lavender Grey #B3ABDD
Tints of Lavender Grey #B3ABDD
RGB
CMYK
RGB Variations
Color information
#B3ABDD (or 0xB3ABDD) is known color: Lavender Grey. HEX triplet: B3, AB and DD. RGB value is (179,171,221). Sum of RGB (Red+Green+Blue) = 179+171+221=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABDD is #4C5422. Grayscale: #B2B2B2. Windows color (decimal): -5002275 or 14527411. OLE color: 14527411.
HSL color Cylindrical-coordinate representation of color #B3ABDD: hue angle of 249.6º 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 #B3ABDD is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 171 | 221 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.13 |
| HSL | 249.6º | 0.42% | 0.77% | - |
| HSV(B) | 249.6º | 0.23% | 0.87% | - |
| XYZ | 46.2 | 43.93 | 74.45 | - |
| YUV | 179.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 221 | 0.19 | 0.23 | 0 | 0.13 | 249.6 | 0.42 | 0.77 |
| Hex | B3 | AB | DD | 13 | 17 | 0 | D | FA | 2A | 4D |
| Octal | 263 | 253 | 335 | 23 | 27 | 0 | 15 | 372 | 52 | 115 |
| Binary | 10110011 | 10101011 | 11011101 | 10011 | 10111 | 0 | 1101 | 11111010 | 101010 | 1001101 |
Color Harmonies of #B3ABDD
Complementary color
Monochromatic Colors of #B3ABDD
Black with #B3ABDD
Text Example
Text Example
White with #B3ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ABDD; }
p { color: rgb(179,171,221); }
H1.HeaderClassName
{
color: #B3ABDD;
}
.AnyTagClassName
{
color: #B3ABDD;
}
</style>
background-color css
<style>
a { background-color: #B3ABDD; }
a { background-color: rgb(179,171,221); }
div.DivClassName
{
background-color: #B3ABDD;
}
.BgClassName
{
background-color: #B3ABDD;
}
</style>
border-color css
<style>
span { border-color: #B3ABDD; }
span { border-color: rgb(179,171,221); }
td.TdClassName
{
border-color: #B3ABDD;
}
.TagClassName
{
border-color: #B3ABDD;
}
</style>