Shades of Lavender Grey #B0AEDB
Tints of Lavender Grey #B0AEDB
RGB
CMYK
RGB Variations
Color information
#B0AEDB (or 0xB0AEDB) is known color: Lavender Grey. HEX triplet: B0, AE and DB. RGB value is (176,174,219). Sum of RGB (Red+Green+Blue) = 176+174+219=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEDB is #4F5124. Grayscale: #B3B3B3. Windows color (decimal): -5198117 or 14397104. OLE color: 14397104.
HSL color Cylindrical-coordinate representation of color #B0AEDB: hue angle of 242.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0AEDB is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 174 | 219 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.14 |
| HSL | 242.67º | 0.38% | 0.77% | - |
| HSV(B) | 242.67º | 0.21% | 0.86% | - |
| XYZ | 45.83 | 44.62 | 73.21 | - |
| YUV | 179.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 174 | 219 | 0.20 | 0.21 | 0 | 0.14 | 242.67 | 0.38 | 0.77 |
| Hex | B0 | AE | DB | 14 | 15 | 0 | E | F3 | 26 | 4D |
| Octal | 260 | 256 | 333 | 24 | 25 | 0 | 16 | 363 | 46 | 115 |
| Binary | 10110000 | 10101110 | 11011011 | 10100 | 10101 | 0 | 1110 | 11110011 | 100110 | 1001101 |
Color Harmonies of #B0AEDB
Complementary color
Monochromatic Colors of #B0AEDB
Black with #B0AEDB
Text Example
Text Example
White with #B0AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AEDB; }
p { color: rgb(176,174,219); }
H1.HeaderClassName
{
color: #B0AEDB;
}
.AnyTagClassName
{
color: #B0AEDB;
}
</style>
background-color css
<style>
a { background-color: #B0AEDB; }
a { background-color: rgb(176,174,219); }
div.DivClassName
{
background-color: #B0AEDB;
}
.BgClassName
{
background-color: #B0AEDB;
}
</style>
border-color css
<style>
span { border-color: #B0AEDB; }
span { border-color: rgb(176,174,219); }
td.TdClassName
{
border-color: #B0AEDB;
}
.TagClassName
{
border-color: #B0AEDB;
}
</style>