Shades of Lavender Grey #B0ABDD
Tints of Lavender Grey #B0ABDD
RGB
CMYK
RGB Variations
Color information
#B0ABDD (or 0xB0ABDD) is known color: Lavender Grey. HEX triplet: B0, AB and DD. RGB value is (176,171,221). Sum of RGB (Red+Green+Blue) = 176+171+221=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABDD is #4F5422. Grayscale: #B2B2B2. Windows color (decimal): -5198883 or 14527408. OLE color: 14527408.
HSL color Cylindrical-coordinate representation of color #B0ABDD: hue angle of 246º 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 #B0ABDD is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 171 | 221 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.13 |
| HSL | 246º | 0.42% | 0.77% | - |
| HSV(B) | 246º | 0.23% | 0.87% | - |
| XYZ | 45.52 | 43.58 | 74.42 | - |
| YUV | 178.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 221 | 0.20 | 0.23 | 0 | 0.13 | 246 | 0.42 | 0.77 |
| Hex | B0 | AB | DD | 14 | 17 | 0 | D | F6 | 2A | 4D |
| Octal | 260 | 253 | 335 | 24 | 27 | 0 | 15 | 366 | 52 | 115 |
| Binary | 10110000 | 10101011 | 11011101 | 10100 | 10111 | 0 | 1101 | 11110110 | 101010 | 1001101 |
Color Harmonies of #B0ABDD
Complementary color
Monochromatic Colors of #B0ABDD
Black with #B0ABDD
Text Example
Text Example
White with #B0ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABDD; }
p { color: rgb(176,171,221); }
H1.HeaderClassName
{
color: #B0ABDD;
}
.AnyTagClassName
{
color: #B0ABDD;
}
</style>
background-color css
<style>
a { background-color: #B0ABDD; }
a { background-color: rgb(176,171,221); }
div.DivClassName
{
background-color: #B0ABDD;
}
.BgClassName
{
background-color: #B0ABDD;
}
</style>
border-color css
<style>
span { border-color: #B0ABDD; }
span { border-color: rgb(176,171,221); }
td.TdClassName
{
border-color: #B0ABDD;
}
.TagClassName
{
border-color: #B0ABDD;
}
</style>