Shades of Lavender Grey #B7B9DB
Tints of Lavender Grey #B7B9DB
RGB
CMYK
RGB Variations
Color information
#B7B9DB (or 0xB7B9DB) is known color: Lavender Grey. HEX triplet: B7, B9 and DB. RGB value is (183,185,219). Sum of RGB (Red+Green+Blue) = 183+185+219=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7B9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B9DB is #484624. Grayscale: #BCBCBC. Windows color (decimal): -4736549 or 14399927. OLE color: 14399927.
HSL color Cylindrical-coordinate representation of color #B7B9DB: hue angle of 236.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7B9DB is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 185 | 219 | - |
CMYK | 0.16 | 0.16 | 0 | 0.14 |
HSL | 236.67º | 0.33% | 0.79% | - |
HSV(B) | 236.67º | 0.16% | 0.86% | - |
XYZ | 49.66 | 49.88 | 74.03 | - |
YUV | 188.28 | 145.34 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 185 | 219 | 0.16 | 0.16 | 0 | 0.14 | 236.67 | 0.33 | 0.79 |
Hex | B7 | B9 | DB | 10 | 10 | 0 | E | ED | 21 | 4F |
Octal | 267 | 271 | 333 | 20 | 20 | 0 | 16 | 355 | 41 | 117 |
Binary | 10110111 | 10111001 | 11011011 | 10000 | 10000 | 0 | 1110 | 11101101 | 100001 | 1001111 |
Color Harmonies of #B7B9DB
Complementary color
Monochromatic Colors of #B7B9DB
Black with #B7B9DB
Text Example
Text Example
White with #B7B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B9DB; }
p { color: rgb(183,185,219); }
H1.HeaderClassName
{
color: #B7B9DB;
}
.AnyTagClassName
{
color: #B7B9DB;
}
</style>
background-color css
<style>
a { background-color: #B7B9DB; }
a { background-color: rgb(183,185,219); }
div.DivClassName
{
background-color: #B7B9DB;
}
.BgClassName
{
background-color: #B7B9DB;
}
</style>
border-color css
<style>
span { border-color: #B7B9DB; }
span { border-color: rgb(183,185,219); }
td.TdClassName
{
border-color: #B7B9DB;
}
.TagClassName
{
border-color: #B7B9DB;
}
</style>