Shades of Lavender Grey #B5B7DB
Tints of Lavender Grey #B5B7DB
RGB
CMYK
RGB Variations
Color information
#B5B7DB (or 0xB5B7DB) is known color: Lavender Grey. HEX triplet: B5, B7 and DB. RGB value is (181,183,219). Sum of RGB (Red+Green+Blue) = 181+183+219=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5B7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B7DB is #4A4824. Grayscale: #BABABA. Windows color (decimal): -4868133 or 14399413. OLE color: 14399413.
HSL color Cylindrical-coordinate representation of color #B5B7DB: hue angle of 236.84º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5B7DB is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 183 | 219 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.14 |
| HSL | 236.84º | 0.35% | 0.78% | - |
| HSV(B) | 236.84º | 0.17% | 0.86% | - |
| XYZ | 48.78 | 48.81 | 73.87 | - |
| YUV | 186.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 183 | 219 | 0.17 | 0.16 | 0 | 0.14 | 236.84 | 0.35 | 0.78 |
| Hex | B5 | B7 | DB | 11 | 10 | 0 | E | ED | 23 | 4E |
| Octal | 265 | 267 | 333 | 21 | 20 | 0 | 16 | 355 | 43 | 116 |
| Binary | 10110101 | 10110111 | 11011011 | 10001 | 10000 | 0 | 1110 | 11101101 | 100011 | 1001110 |
Color Harmonies of #B5B7DB
Complementary color
Monochromatic Colors of #B5B7DB
Black with #B5B7DB
Text Example
Text Example
White with #B5B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B7DB; }
p { color: rgb(181,183,219); }
H1.HeaderClassName
{
color: #B5B7DB;
}
.AnyTagClassName
{
color: #B5B7DB;
}
</style>
background-color css
<style>
a { background-color: #B5B7DB; }
a { background-color: rgb(181,183,219); }
div.DivClassName
{
background-color: #B5B7DB;
}
.BgClassName
{
background-color: #B5B7DB;
}
</style>
border-color css
<style>
span { border-color: #B5B7DB; }
span { border-color: rgb(181,183,219); }
td.TdClassName
{
border-color: #B5B7DB;
}
.TagClassName
{
border-color: #B5B7DB;
}
</style>