Shades of Lavender Grey #B6B1DB
Tints of Lavender Grey #B6B1DB
RGB
CMYK
RGB Variations
Color information
#B6B1DB (or 0xB6B1DB) is known color: Lavender Grey. HEX triplet: B6, B1 and DB. RGB value is (182,177,219). Sum of RGB (Red+Green+Blue) = 182+177+219=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6B1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B1DB is #494E24. Grayscale: #B7B7B7. Windows color (decimal): -4804133 or 14397878. OLE color: 14397878.
HSL color Cylindrical-coordinate representation of color #B6B1DB: hue angle of 247.14º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6B1DB is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 177 | 219 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.14 |
| HSL | 247.14º | 0.37% | 0.78% | - |
| HSV(B) | 247.14º | 0.19% | 0.86% | - |
| XYZ | 47.8 | 46.5 | 73.47 | - |
| YUV | 183.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 177 | 219 | 0.17 | 0.19 | 0 | 0.14 | 247.14 | 0.37 | 0.78 |
| Hex | B6 | B1 | DB | 11 | 13 | 0 | E | F7 | 25 | 4E |
| Octal | 266 | 261 | 333 | 21 | 23 | 0 | 16 | 367 | 45 | 116 |
| Binary | 10110110 | 10110001 | 11011011 | 10001 | 10011 | 0 | 1110 | 11110111 | 100101 | 1001110 |
Color Harmonies of #B6B1DB
Complementary color
Monochromatic Colors of #B6B1DB
Black with #B6B1DB
Text Example
Text Example
White with #B6B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B1DB; }
p { color: rgb(182,177,219); }
H1.HeaderClassName
{
color: #B6B1DB;
}
.AnyTagClassName
{
color: #B6B1DB;
}
</style>
background-color css
<style>
a { background-color: #B6B1DB; }
a { background-color: rgb(182,177,219); }
div.DivClassName
{
background-color: #B6B1DB;
}
.BgClassName
{
background-color: #B6B1DB;
}
</style>
border-color css
<style>
span { border-color: #B6B1DB; }
span { border-color: rgb(182,177,219); }
td.TdClassName
{
border-color: #B6B1DB;
}
.TagClassName
{
border-color: #B6B1DB;
}
</style>