Shades of Lavender Grey #B9B9DB
Tints of Lavender Grey #B9B9DB
RGB
CMYK
RGB Variations
Color information
#B9B9DB (or 0xB9B9DB) is known color: Lavender Grey. HEX triplet: B9, B9 and DB. RGB value is (185,185,219). Sum of RGB (Red+Green+Blue) = 185+185+219=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9B9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B9DB is #464624. Grayscale: #BCBCBC. Windows color (decimal): -4605477 or 14399929. OLE color: 14399929.
HSL color Cylindrical-coordinate representation of color #B9B9DB: hue angle of 240º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9B9DB is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 185 | 219 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.14 |
| HSL | 240º | 0.32% | 0.79% | - |
| HSV(B) | 240º | 0.16% | 0.86% | - |
| XYZ | 50.14 | 50.13 | 74.05 | - |
| YUV | 188.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 185 | 219 | 0.16 | 0.16 | 0 | 0.14 | 240 | 0.32 | 0.79 |
| Hex | B9 | B9 | DB | 10 | 10 | 0 | E | F0 | 20 | 4F |
| Octal | 271 | 271 | 333 | 20 | 20 | 0 | 16 | 360 | 40 | 117 |
| Binary | 10111001 | 10111001 | 11011011 | 10000 | 10000 | 0 | 1110 | 11110000 | 100000 | 1001111 |
Color Harmonies of #B9B9DB
Complementary color
Monochromatic Colors of #B9B9DB
Black with #B9B9DB
Text Example
Text Example
White with #B9B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B9DB; }
p { color: rgb(185,185,219); }
H1.HeaderClassName
{
color: #B9B9DB;
}
.AnyTagClassName
{
color: #B9B9DB;
}
</style>
background-color css
<style>
a { background-color: #B9B9DB; }
a { background-color: rgb(185,185,219); }
div.DivClassName
{
background-color: #B9B9DB;
}
.BgClassName
{
background-color: #B9B9DB;
}
</style>
border-color css
<style>
span { border-color: #B9B9DB; }
span { border-color: rgb(185,185,219); }
td.TdClassName
{
border-color: #B9B9DB;
}
.TagClassName
{
border-color: #B9B9DB;
}
</style>