Shades of Lavender Grey #B3ADDB
Tints of Lavender Grey #B3ADDB
RGB
CMYK
RGB Variations
Color information
#B3ADDB (or 0xB3ADDB) is known color: Lavender Grey. HEX triplet: B3, AD and DB. RGB value is (179,173,219). Sum of RGB (Red+Green+Blue) = 179+173+219=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADDB is #4C5224. Grayscale: #B3B3B3. Windows color (decimal): -5001765 or 14396851. OLE color: 14396851.
HSL color Cylindrical-coordinate representation of color #B3ADDB: hue angle of 247.83º degrees, saturation: 0.39, 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 #B3ADDB is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 173 | 219 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.14 |
| HSL | 247.83º | 0.39% | 0.77% | - |
| HSV(B) | 247.83º | 0.21% | 0.86% | - |
| XYZ | 46.32 | 44.59 | 73.18 | - |
| YUV | 180.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 219 | 0.18 | 0.21 | 0 | 0.14 | 247.83 | 0.39 | 0.77 |
| Hex | B3 | AD | DB | 12 | 15 | 0 | E | F8 | 27 | 4D |
| Octal | 263 | 255 | 333 | 22 | 25 | 0 | 16 | 370 | 47 | 115 |
| Binary | 10110011 | 10101101 | 11011011 | 10010 | 10101 | 0 | 1110 | 11111000 | 100111 | 1001101 |
Color Harmonies of #B3ADDB
Complementary color
Monochromatic Colors of #B3ADDB
Black with #B3ADDB
Text Example
Text Example
White with #B3ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADDB; }
p { color: rgb(179,173,219); }
H1.HeaderClassName
{
color: #B3ADDB;
}
.AnyTagClassName
{
color: #B3ADDB;
}
</style>
background-color css
<style>
a { background-color: #B3ADDB; }
a { background-color: rgb(179,173,219); }
div.DivClassName
{
background-color: #B3ADDB;
}
.BgClassName
{
background-color: #B3ADDB;
}
</style>
border-color css
<style>
span { border-color: #B3ADDB; }
span { border-color: rgb(179,173,219); }
td.TdClassName
{
border-color: #B3ADDB;
}
.TagClassName
{
border-color: #B3ADDB;
}
</style>