Shades of Lavender Grey #B9BCDD
Tints of Lavender Grey #B9BCDD
RGB
CMYK
RGB Variations
Color information
#B9BCDD (or 0xB9BCDD) is known color: Lavender Grey. HEX triplet: B9, BC and DD. RGB value is (185,188,221). Sum of RGB (Red+Green+Blue) = 185+188+221=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCDD is #464322. Grayscale: #BEBEBE. Windows color (decimal): -4604707 or 14531769. OLE color: 14531769.
HSL color Cylindrical-coordinate representation of color #B9BCDD: hue angle of 235º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9BCDD is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 188 | 221 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.13 |
| HSL | 235º | 0.35% | 0.8% | - |
| HSV(B) | 235º | 0.16% | 0.87% | - |
| XYZ | 51.04 | 51.5 | 75.66 | - |
| YUV | 190.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 221 | 0.16 | 0.15 | 0 | 0.13 | 235 | 0.35 | 0.8 |
| Hex | B9 | BC | DD | 10 | F | 0 | D | EB | 23 | 50 |
| Octal | 271 | 274 | 335 | 20 | 17 | 0 | 15 | 353 | 43 | 120 |
| Binary | 10111001 | 10111100 | 11011101 | 10000 | 1111 | 0 | 1101 | 11101011 | 100011 | 1010000 |
Color Harmonies of #B9BCDD
Complementary color
Monochromatic Colors of #B9BCDD
Black with #B9BCDD
Text Example
Text Example
White with #B9BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCDD; }
p { color: rgb(185,188,221); }
H1.HeaderClassName
{
color: #B9BCDD;
}
.AnyTagClassName
{
color: #B9BCDD;
}
</style>
background-color css
<style>
a { background-color: #B9BCDD; }
a { background-color: rgb(185,188,221); }
div.DivClassName
{
background-color: #B9BCDD;
}
.BgClassName
{
background-color: #B9BCDD;
}
</style>
border-color css
<style>
span { border-color: #B9BCDD; }
span { border-color: rgb(185,188,221); }
td.TdClassName
{
border-color: #B9BCDD;
}
.TagClassName
{
border-color: #B9BCDD;
}
</style>