Shades of Lavender Grey #B9BADD
Tints of Lavender Grey #B9BADD
RGB
CMYK
RGB Variations
Color information
#B9BADD (or 0xB9BADD) is known color: Lavender Grey. HEX triplet: B9, BA and DD. RGB value is (185,186,221). Sum of RGB (Red+Green+Blue) = 185+186+221=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BADD is #464522. Grayscale: #BDBDBD. Windows color (decimal): -4605219 or 14531257. OLE color: 14531257.
HSL color Cylindrical-coordinate representation of color #B9BADD: hue angle of 238.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9BADD is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 186 | 221 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.13 |
| HSL | 238.33º | 0.35% | 0.8% | - |
| HSV(B) | 238.33º | 0.16% | 0.87% | - |
| XYZ | 50.62 | 50.65 | 75.52 | - |
| YUV | 189.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 221 | 0.16 | 0.16 | 0 | 0.13 | 238.33 | 0.35 | 0.8 |
| Hex | B9 | BA | DD | 10 | 10 | 0 | D | EE | 23 | 50 |
| Octal | 271 | 272 | 335 | 20 | 20 | 0 | 15 | 356 | 43 | 120 |
| Binary | 10111001 | 10111010 | 11011101 | 10000 | 10000 | 0 | 1101 | 11101110 | 100011 | 1010000 |
Color Harmonies of #B9BADD
Complementary color
Monochromatic Colors of #B9BADD
Black with #B9BADD
Text Example
Text Example
White with #B9BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BADD; }
p { color: rgb(185,186,221); }
H1.HeaderClassName
{
color: #B9BADD;
}
.AnyTagClassName
{
color: #B9BADD;
}
</style>
background-color css
<style>
a { background-color: #B9BADD; }
a { background-color: rgb(185,186,221); }
div.DivClassName
{
background-color: #B9BADD;
}
.BgClassName
{
background-color: #B9BADD;
}
</style>
border-color css
<style>
span { border-color: #B9BADD; }
span { border-color: rgb(185,186,221); }
td.TdClassName
{
border-color: #B9BADD;
}
.TagClassName
{
border-color: #B9BADD;
}
</style>