Shades of Lavender Grey #B0AADB
Tints of Lavender Grey #B0AADB
RGB
CMYK
RGB Variations
Color information
#B0AADB (or 0xB0AADB) is known color: Lavender Grey. HEX triplet: B0, AA and DB. RGB value is (176,170,219). Sum of RGB (Red+Green+Blue) = 176+170+219=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AADB is #4F5524. Grayscale: #B1B1B1. Windows color (decimal): -5199141 or 14396080. OLE color: 14396080.
HSL color Cylindrical-coordinate representation of color #B0AADB: hue angle of 247.35º 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 #B0AADB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 170 | 219 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.14 |
| HSL | 247.35º | 0.4% | 0.76% | - |
| HSV(B) | 247.35º | 0.22% | 0.86% | - |
| XYZ | 45.07 | 43.09 | 72.96 | - |
| YUV | 177.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 219 | 0.20 | 0.22 | 0 | 0.14 | 247.35 | 0.4 | 0.76 |
| Hex | B0 | AA | DB | 14 | 16 | 0 | E | F7 | 28 | 4C |
| Octal | 260 | 252 | 333 | 24 | 26 | 0 | 16 | 367 | 50 | 114 |
| Binary | 10110000 | 10101010 | 11011011 | 10100 | 10110 | 0 | 1110 | 11110111 | 101000 | 1001100 |
Color Harmonies of #B0AADB
Complementary color
Monochromatic Colors of #B0AADB
Black with #B0AADB
Text Example
Text Example
White with #B0AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AADB; }
p { color: rgb(176,170,219); }
H1.HeaderClassName
{
color: #B0AADB;
}
.AnyTagClassName
{
color: #B0AADB;
}
</style>
background-color css
<style>
a { background-color: #B0AADB; }
a { background-color: rgb(176,170,219); }
div.DivClassName
{
background-color: #B0AADB;
}
.BgClassName
{
background-color: #B0AADB;
}
</style>
border-color css
<style>
span { border-color: #B0AADB; }
span { border-color: rgb(176,170,219); }
td.TdClassName
{
border-color: #B0AADB;
}
.TagClassName
{
border-color: #B0AADB;
}
</style>