Shades of Lavender Grey #B0ABDB
Tints of Lavender Grey #B0ABDB
RGB
CMYK
RGB Variations
Color information
#B0ABDB (or 0xB0ABDB) is known color: Lavender Grey. HEX triplet: B0, AB and DB. RGB value is (176,171,219). Sum of RGB (Red+Green+Blue) = 176+171+219=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABDB is #4F5424. Grayscale: #B1B1B1. Windows color (decimal): -5198885 or 14396336. OLE color: 14396336.
HSL color Cylindrical-coordinate representation of color #B0ABDB: hue angle of 246.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0ABDB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 171 | 219 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.14 |
| HSL | 246.25º | 0.4% | 0.76% | - |
| HSV(B) | 246.25º | 0.22% | 0.86% | - |
| XYZ | 45.25 | 43.47 | 73.02 | - |
| YUV | 177.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 219 | 0.20 | 0.22 | 0 | 0.14 | 246.25 | 0.4 | 0.76 |
| Hex | B0 | AB | DB | 14 | 16 | 0 | E | F6 | 28 | 4C |
| Octal | 260 | 253 | 333 | 24 | 26 | 0 | 16 | 366 | 50 | 114 |
| Binary | 10110000 | 10101011 | 11011011 | 10100 | 10110 | 0 | 1110 | 11110110 | 101000 | 1001100 |
Color Harmonies of #B0ABDB
Complementary color
Monochromatic Colors of #B0ABDB
Black with #B0ABDB
Text Example
Text Example
White with #B0ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABDB; }
p { color: rgb(176,171,219); }
H1.HeaderClassName
{
color: #B0ABDB;
}
.AnyTagClassName
{
color: #B0ABDB;
}
</style>
background-color css
<style>
a { background-color: #B0ABDB; }
a { background-color: rgb(176,171,219); }
div.DivClassName
{
background-color: #B0ABDB;
}
.BgClassName
{
background-color: #B0ABDB;
}
</style>
border-color css
<style>
span { border-color: #B0ABDB; }
span { border-color: rgb(176,171,219); }
td.TdClassName
{
border-color: #B0ABDB;
}
.TagClassName
{
border-color: #B0ABDB;
}
</style>