Shades of Lavender Grey #B2ADDB
Tints of Lavender Grey #B2ADDB
RGB
CMYK
RGB Variations
Color information
#B2ADDB (or 0xB2ADDB) is known color: Lavender Grey. HEX triplet: B2, AD and DB. RGB value is (178,173,219). Sum of RGB (Red+Green+Blue) = 178+173+219=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADDB is #4D5224. Grayscale: #B3B3B3. Windows color (decimal): -5067301 or 14396850. OLE color: 14396850.
HSL color Cylindrical-coordinate representation of color #B2ADDB: hue angle of 246.52º 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 #B2ADDB is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 173 | 219 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.14 |
| HSL | 246.52º | 0.39% | 0.77% | - |
| HSV(B) | 246.52º | 0.21% | 0.86% | - |
| XYZ | 46.09 | 44.47 | 73.17 | - |
| YUV | 179.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 219 | 0.19 | 0.21 | 0 | 0.14 | 246.52 | 0.39 | 0.77 |
| Hex | B2 | AD | DB | 13 | 15 | 0 | E | F7 | 27 | 4D |
| Octal | 262 | 255 | 333 | 23 | 25 | 0 | 16 | 367 | 47 | 115 |
| Binary | 10110010 | 10101101 | 11011011 | 10011 | 10101 | 0 | 1110 | 11110111 | 100111 | 1001101 |
Color Harmonies of #B2ADDB
Complementary color
Monochromatic Colors of #B2ADDB
Black with #B2ADDB
Text Example
Text Example
White with #B2ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADDB; }
p { color: rgb(178,173,219); }
H1.HeaderClassName
{
color: #B2ADDB;
}
.AnyTagClassName
{
color: #B2ADDB;
}
</style>
background-color css
<style>
a { background-color: #B2ADDB; }
a { background-color: rgb(178,173,219); }
div.DivClassName
{
background-color: #B2ADDB;
}
.BgClassName
{
background-color: #B2ADDB;
}
</style>
border-color css
<style>
span { border-color: #B2ADDB; }
span { border-color: rgb(178,173,219); }
td.TdClassName
{
border-color: #B2ADDB;
}
.TagClassName
{
border-color: #B2ADDB;
}
</style>