Shades of Lavender Grey #B5B9DC
Tints of Lavender Grey #B5B9DC
RGB
CMYK
RGB Variations
Color information
#B5B9DC (or 0xB5B9DC) is known color: Lavender Grey. HEX triplet: B5, B9 and DC. RGB value is (181,185,220). Sum of RGB (Red+Green+Blue) = 181+185+220=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5B9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B9DC is #4A4623. Grayscale: #BBBBBB. Windows color (decimal): -4867620 or 14465461. OLE color: 14465461.
HSL color Cylindrical-coordinate representation of color #B5B9DC: hue angle of 233.85º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5B9DC is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 185 | 220 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.14 |
| HSL | 233.85º | 0.36% | 0.79% | - |
| HSV(B) | 233.85º | 0.18% | 0.86% | - |
| XYZ | 49.32 | 49.69 | 74.7 | - |
| YUV | 187.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 220 | 0.18 | 0.16 | 0 | 0.14 | 233.85 | 0.36 | 0.79 |
| Hex | B5 | B9 | DC | 12 | 10 | 0 | E | EA | 24 | 4F |
| Octal | 265 | 271 | 334 | 22 | 20 | 0 | 16 | 352 | 44 | 117 |
| Binary | 10110101 | 10111001 | 11011100 | 10010 | 10000 | 0 | 1110 | 11101010 | 100100 | 1001111 |
Color Harmonies of #B5B9DC
Complementary color
Monochromatic Colors of #B5B9DC
Black with #B5B9DC
Text Example
Text Example
White with #B5B9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B9DC; }
p { color: rgb(181,185,220); }
H1.HeaderClassName
{
color: #B5B9DC;
}
.AnyTagClassName
{
color: #B5B9DC;
}
</style>
background-color css
<style>
a { background-color: #B5B9DC; }
a { background-color: rgb(181,185,220); }
div.DivClassName
{
background-color: #B5B9DC;
}
.BgClassName
{
background-color: #B5B9DC;
}
</style>
border-color css
<style>
span { border-color: #B5B9DC; }
span { border-color: rgb(181,185,220); }
td.TdClassName
{
border-color: #B5B9DC;
}
.TagClassName
{
border-color: #B5B9DC;
}
</style>