Shades of Lavender Grey #B4ABDB
Tints of Lavender Grey #B4ABDB
RGB
CMYK
RGB Variations
Color information
#B4ABDB (or 0xB4ABDB) is known color: Lavender Grey. HEX triplet: B4, AB and DB. RGB value is (180,171,219). Sum of RGB (Red+Green+Blue) = 180+171+219=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABDB is #4B5424. Grayscale: #B2B2B2. Windows color (decimal): -4936741 or 14396340. OLE color: 14396340.
HSL color Cylindrical-coordinate representation of color #B4ABDB: hue angle of 251.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 #B4ABDB is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 171 | 219 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.14 |
| HSL | 251.25º | 0.4% | 0.76% | - |
| HSV(B) | 251.25º | 0.22% | 0.86% | - |
| XYZ | 46.17 | 43.94 | 73.07 | - |
| YUV | 179.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 219 | 0.18 | 0.22 | 0 | 0.14 | 251.25 | 0.4 | 0.76 |
| Hex | B4 | AB | DB | 12 | 16 | 0 | E | FB | 28 | 4C |
| Octal | 264 | 253 | 333 | 22 | 26 | 0 | 16 | 373 | 50 | 114 |
| Binary | 10110100 | 10101011 | 11011011 | 10010 | 10110 | 0 | 1110 | 11111011 | 101000 | 1001100 |
Color Harmonies of #B4ABDB
Complementary color
Monochromatic Colors of #B4ABDB
Black with #B4ABDB
Text Example
Text Example
White with #B4ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ABDB; }
p { color: rgb(180,171,219); }
H1.HeaderClassName
{
color: #B4ABDB;
}
.AnyTagClassName
{
color: #B4ABDB;
}
</style>
background-color css
<style>
a { background-color: #B4ABDB; }
a { background-color: rgb(180,171,219); }
div.DivClassName
{
background-color: #B4ABDB;
}
.BgClassName
{
background-color: #B4ABDB;
}
</style>
border-color css
<style>
span { border-color: #B4ABDB; }
span { border-color: rgb(180,171,219); }
td.TdClassName
{
border-color: #B4ABDB;
}
.TagClassName
{
border-color: #B4ABDB;
}
</style>