Shades of Lavender Grey #B1ADDB
Tints of Lavender Grey #B1ADDB
RGB
CMYK
RGB Variations
Color information
#B1ADDB (or 0xB1ADDB) is known color: Lavender Grey. HEX triplet: B1, AD and DB. RGB value is (177,173,219). Sum of RGB (Red+Green+Blue) = 177+173+219=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 173 (67.97% from 255 or 30.40% 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 #B1ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADDB is #4E5224. Grayscale: #B3B3B3. Windows color (decimal): -5132837 or 14396849. OLE color: 14396849.
HSL color Cylindrical-coordinate representation of color #B1ADDB: hue angle of 245.22º 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 #B1ADDB is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 173 | 219 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.14 |
| HSL | 245.22º | 0.39% | 0.77% | - |
| HSV(B) | 245.22º | 0.21% | 0.86% | - |
| XYZ | 45.86 | 44.35 | 73.16 | - |
| YUV | 179.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 219 | 0.19 | 0.21 | 0 | 0.14 | 245.22 | 0.39 | 0.77 |
| Hex | B1 | AD | DB | 13 | 15 | 0 | E | F5 | 27 | 4D |
| Octal | 261 | 255 | 333 | 23 | 25 | 0 | 16 | 365 | 47 | 115 |
| Binary | 10110001 | 10101101 | 11011011 | 10011 | 10101 | 0 | 1110 | 11110101 | 100111 | 1001101 |
Color Harmonies of #B1ADDB
Complementary color
Monochromatic Colors of #B1ADDB
Black with #B1ADDB
Text Example
Text Example
White with #B1ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADDB; }
p { color: rgb(177,173,219); }
H1.HeaderClassName
{
color: #B1ADDB;
}
.AnyTagClassName
{
color: #B1ADDB;
}
</style>
background-color css
<style>
a { background-color: #B1ADDB; }
a { background-color: rgb(177,173,219); }
div.DivClassName
{
background-color: #B1ADDB;
}
.BgClassName
{
background-color: #B1ADDB;
}
</style>
border-color css
<style>
span { border-color: #B1ADDB; }
span { border-color: rgb(177,173,219); }
td.TdClassName
{
border-color: #B1ADDB;
}
.TagClassName
{
border-color: #B1ADDB;
}
</style>