Shades of Lavender Grey #B0AADD
Tints of Lavender Grey #B0AADD
RGB
CMYK
RGB Variations
Color information
#B0AADD (or 0xB0AADD) is known color: Lavender Grey. HEX triplet: B0, AA and DD. RGB value is (176,170,221). Sum of RGB (Red+Green+Blue) = 176+170+221=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AADD is #4F5522. Grayscale: #B1B1B1. Windows color (decimal): -5199139 or 14527152. OLE color: 14527152.
HSL color Cylindrical-coordinate representation of color #B0AADD: hue angle of 247.06º degrees, saturation: 0.43, 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 #B0AADD is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 170 | 221 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.13 |
| HSL | 247.06º | 0.43% | 0.77% | - |
| HSV(B) | 247.06º | 0.23% | 0.87% | - |
| XYZ | 45.33 | 43.2 | 74.36 | - |
| YUV | 177.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 221 | 0.20 | 0.23 | 0 | 0.13 | 247.06 | 0.43 | 0.77 |
| Hex | B0 | AA | DD | 14 | 17 | 0 | D | F7 | 2B | 4D |
| Octal | 260 | 252 | 335 | 24 | 27 | 0 | 15 | 367 | 53 | 115 |
| Binary | 10110000 | 10101010 | 11011101 | 10100 | 10111 | 0 | 1101 | 11110111 | 101011 | 1001101 |
Color Harmonies of #B0AADD
Complementary color
Monochromatic Colors of #B0AADD
Black with #B0AADD
Text Example
Text Example
White with #B0AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AADD; }
p { color: rgb(176,170,221); }
H1.HeaderClassName
{
color: #B0AADD;
}
.AnyTagClassName
{
color: #B0AADD;
}
</style>
background-color css
<style>
a { background-color: #B0AADD; }
a { background-color: rgb(176,170,221); }
div.DivClassName
{
background-color: #B0AADD;
}
.BgClassName
{
background-color: #B0AADD;
}
</style>
border-color css
<style>
span { border-color: #B0AADD; }
span { border-color: rgb(176,170,221); }
td.TdClassName
{
border-color: #B0AADD;
}
.TagClassName
{
border-color: #B0AADD;
}
</style>