Shades of Lavender Grey #B6B0DB
Tints of Lavender Grey #B6B0DB
RGB
CMYK
RGB Variations
Color information
#B6B0DB (or 0xB6B0DB) is known color: Lavender Grey. HEX triplet: B6, B0 and DB. RGB value is (182,176,219). Sum of RGB (Red+Green+Blue) = 182+176+219=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B0DB is #494F24. Grayscale: #B6B6B6. Windows color (decimal): -4804389 or 14397622. OLE color: 14397622.
HSL color Cylindrical-coordinate representation of color #B6B0DB: hue angle of 248.37º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6B0DB is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 176 | 219 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.14 |
| HSL | 248.37º | 0.37% | 0.77% | - |
| HSV(B) | 248.37º | 0.2% | 0.86% | - |
| XYZ | 47.6 | 46.11 | 73.41 | - |
| YUV | 182.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 176 | 219 | 0.17 | 0.20 | 0 | 0.14 | 248.37 | 0.37 | 0.77 |
| Hex | B6 | B0 | DB | 11 | 14 | 0 | E | F8 | 25 | 4D |
| Octal | 266 | 260 | 333 | 21 | 24 | 0 | 16 | 370 | 45 | 115 |
| Binary | 10110110 | 10110000 | 11011011 | 10001 | 10100 | 0 | 1110 | 11111000 | 100101 | 1001101 |
Color Harmonies of #B6B0DB
Complementary color
Monochromatic Colors of #B6B0DB
Black with #B6B0DB
Text Example
Text Example
White with #B6B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B0DB; }
p { color: rgb(182,176,219); }
H1.HeaderClassName
{
color: #B6B0DB;
}
.AnyTagClassName
{
color: #B6B0DB;
}
</style>
background-color css
<style>
a { background-color: #B6B0DB; }
a { background-color: rgb(182,176,219); }
div.DivClassName
{
background-color: #B6B0DB;
}
.BgClassName
{
background-color: #B6B0DB;
}
</style>
border-color css
<style>
span { border-color: #B6B0DB; }
span { border-color: rgb(182,176,219); }
td.TdClassName
{
border-color: #B6B0DB;
}
.TagClassName
{
border-color: #B6B0DB;
}
</style>