Shades of Lavender Grey #B7B1DB
Tints of Lavender Grey #B7B1DB
RGB
CMYK
RGB Variations
Color information
#B7B1DB (or 0xB7B1DB) is known color: Lavender Grey. HEX triplet: B7, B1 and DB. RGB value is (183,177,219). Sum of RGB (Red+Green+Blue) = 183+177+219=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7B1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B1DB is #484E24. Grayscale: #B7B7B7. Windows color (decimal): -4738597 or 14397879. OLE color: 14397879.
HSL color Cylindrical-coordinate representation of color #B7B1DB: hue angle of 248.57º 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 #B7B1DB is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 177 | 219 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.14 |
| HSL | 248.57º | 0.37% | 0.78% | - |
| HSV(B) | 248.57º | 0.19% | 0.86% | - |
| XYZ | 48.04 | 46.63 | 73.49 | - |
| YUV | 183.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 219 | 0.16 | 0.19 | 0 | 0.14 | 248.57 | 0.37 | 0.78 |
| Hex | B7 | B1 | DB | 10 | 13 | 0 | E | F9 | 25 | 4E |
| Octal | 267 | 261 | 333 | 20 | 23 | 0 | 16 | 371 | 45 | 116 |
| Binary | 10110111 | 10110001 | 11011011 | 10000 | 10011 | 0 | 1110 | 11111001 | 100101 | 1001110 |
Color Harmonies of #B7B1DB
Complementary color
Monochromatic Colors of #B7B1DB
Black with #B7B1DB
Text Example
Text Example
White with #B7B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B1DB; }
p { color: rgb(183,177,219); }
H1.HeaderClassName
{
color: #B7B1DB;
}
.AnyTagClassName
{
color: #B7B1DB;
}
</style>
background-color css
<style>
a { background-color: #B7B1DB; }
a { background-color: rgb(183,177,219); }
div.DivClassName
{
background-color: #B7B1DB;
}
.BgClassName
{
background-color: #B7B1DB;
}
</style>
border-color css
<style>
span { border-color: #B7B1DB; }
span { border-color: rgb(183,177,219); }
td.TdClassName
{
border-color: #B7B1DB;
}
.TagClassName
{
border-color: #B7B1DB;
}
</style>