Shades of Lavender Grey #B6B7DB
Tints of Lavender Grey #B6B7DB
RGB
CMYK
RGB Variations
Color information
#B6B7DB (or 0xB6B7DB) is known color: Lavender Grey. HEX triplet: B6, B7 and DB. RGB value is (182,183,219). Sum of RGB (Red+Green+Blue) = 182+183+219=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6B7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B7DB is #494824. Grayscale: #BABABA. Windows color (decimal): -4802597 or 14399414. OLE color: 14399414.
HSL color Cylindrical-coordinate representation of color #B6B7DB: hue angle of 238.38º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6B7DB is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 183 | 219 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.14 |
| HSL | 238.38º | 0.34% | 0.79% | - |
| HSV(B) | 238.38º | 0.17% | 0.86% | - |
| XYZ | 49.01 | 48.93 | 73.88 | - |
| YUV | 186.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 183 | 219 | 0.17 | 0.16 | 0 | 0.14 | 238.38 | 0.34 | 0.79 |
| Hex | B6 | B7 | DB | 11 | 10 | 0 | E | EE | 22 | 4F |
| Octal | 266 | 267 | 333 | 21 | 20 | 0 | 16 | 356 | 42 | 117 |
| Binary | 10110110 | 10110111 | 11011011 | 10001 | 10000 | 0 | 1110 | 11101110 | 100010 | 1001111 |
Color Harmonies of #B6B7DB
Complementary color
Monochromatic Colors of #B6B7DB
Black with #B6B7DB
Text Example
Text Example
White with #B6B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B7DB; }
p { color: rgb(182,183,219); }
H1.HeaderClassName
{
color: #B6B7DB;
}
.AnyTagClassName
{
color: #B6B7DB;
}
</style>
background-color css
<style>
a { background-color: #B6B7DB; }
a { background-color: rgb(182,183,219); }
div.DivClassName
{
background-color: #B6B7DB;
}
.BgClassName
{
background-color: #B6B7DB;
}
</style>
border-color css
<style>
span { border-color: #B6B7DB; }
span { border-color: rgb(182,183,219); }
td.TdClassName
{
border-color: #B6B7DB;
}
.TagClassName
{
border-color: #B6B7DB;
}
</style>