Shades of Lavender Grey #B0ADDE
Tints of Lavender Grey #B0ADDE
RGB
CMYK
RGB Variations
Color information
#B0ADDE (or 0xB0ADDE) is known color: Lavender Grey. HEX triplet: B0, AD and DE. RGB value is (176,173,222). Sum of RGB (Red+Green+Blue) = 176+173+222=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADDE is #4F5221. Grayscale: #B3B3B3. Windows color (decimal): -5198370 or 14593456. OLE color: 14593456.
HSL color Cylindrical-coordinate representation of color #B0ADDE: hue angle of 243.67º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0ADDE is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 173 | 222 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.13 |
| HSL | 243.67º | 0.43% | 0.77% | - |
| HSV(B) | 243.67º | 0.22% | 0.87% | - |
| XYZ | 46.03 | 44.39 | 75.25 | - |
| YUV | 179.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 222 | 0.21 | 0.22 | 0 | 0.13 | 243.67 | 0.43 | 0.77 |
| Hex | B0 | AD | DE | 15 | 16 | 0 | D | F4 | 2B | 4D |
| Octal | 260 | 255 | 336 | 25 | 26 | 0 | 15 | 364 | 53 | 115 |
| Binary | 10110000 | 10101101 | 11011110 | 10101 | 10110 | 0 | 1101 | 11110100 | 101011 | 1001101 |
Color Harmonies of #B0ADDE
Complementary color
Monochromatic Colors of #B0ADDE
Black with #B0ADDE
Text Example
Text Example
White with #B0ADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADDE; }
p { color: rgb(176,173,222); }
H1.HeaderClassName
{
color: #B0ADDE;
}
.AnyTagClassName
{
color: #B0ADDE;
}
</style>
background-color css
<style>
a { background-color: #B0ADDE; }
a { background-color: rgb(176,173,222); }
div.DivClassName
{
background-color: #B0ADDE;
}
.BgClassName
{
background-color: #B0ADDE;
}
</style>
border-color css
<style>
span { border-color: #B0ADDE; }
span { border-color: rgb(176,173,222); }
td.TdClassName
{
border-color: #B0ADDE;
}
.TagClassName
{
border-color: #B0ADDE;
}
</style>