Shades of Lavender Grey #B2AADB
Tints of Lavender Grey #B2AADB
RGB
CMYK
RGB Variations
Color information
#B2AADB (or 0xB2AADB) is known color: Lavender Grey. HEX triplet: B2, AA and DB. RGB value is (178,170,219). Sum of RGB (Red+Green+Blue) = 178+170+219=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AADB is #4D5524. Grayscale: #B1B1B1. Windows color (decimal): -5068069 or 14396082. OLE color: 14396082.
HSL color Cylindrical-coordinate representation of color #B2AADB: hue angle of 249.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2AADB is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 170 | 219 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.14 |
| HSL | 249.8º | 0.4% | 0.76% | - |
| HSV(B) | 249.8º | 0.22% | 0.86% | - |
| XYZ | 45.52 | 43.33 | 72.98 | - |
| YUV | 177.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 219 | 0.19 | 0.22 | 0 | 0.14 | 249.8 | 0.4 | 0.76 |
| Hex | B2 | AA | DB | 13 | 16 | 0 | E | FA | 28 | 4C |
| Octal | 262 | 252 | 333 | 23 | 26 | 0 | 16 | 372 | 50 | 114 |
| Binary | 10110010 | 10101010 | 11011011 | 10011 | 10110 | 0 | 1110 | 11111010 | 101000 | 1001100 |
Color Harmonies of #B2AADB
Complementary color
Monochromatic Colors of #B2AADB
Black with #B2AADB
Text Example
Text Example
White with #B2AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AADB; }
p { color: rgb(178,170,219); }
H1.HeaderClassName
{
color: #B2AADB;
}
.AnyTagClassName
{
color: #B2AADB;
}
</style>
background-color css
<style>
a { background-color: #B2AADB; }
a { background-color: rgb(178,170,219); }
div.DivClassName
{
background-color: #B2AADB;
}
.BgClassName
{
background-color: #B2AADB;
}
</style>
border-color css
<style>
span { border-color: #B2AADB; }
span { border-color: rgb(178,170,219); }
td.TdClassName
{
border-color: #B2AADB;
}
.TagClassName
{
border-color: #B2AADB;
}
</style>