Shades of Lavender Grey #B9BCDC
Tints of Lavender Grey #B9BCDC
RGB
CMYK
RGB Variations
Color information
#B9BCDC (or 0xB9BCDC) is known color: Lavender Grey. HEX triplet: B9, BC and DC. RGB value is (185,188,220). Sum of RGB (Red+Green+Blue) = 185+188+220=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCDC is #464323. Grayscale: #BEBEBE. Windows color (decimal): -4604708 or 14466233. OLE color: 14466233.
HSL color Cylindrical-coordinate representation of color #B9BCDC: hue angle of 234.86º 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 #B9BCDC is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 188 | 220 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.14 |
| HSL | 234.86º | 0.33% | 0.79% | - |
| HSV(B) | 234.86º | 0.16% | 0.86% | - |
| XYZ | 50.91 | 51.45 | 74.96 | - |
| YUV | 190.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 220 | 0.16 | 0.15 | 0 | 0.14 | 234.86 | 0.33 | 0.79 |
| Hex | B9 | BC | DC | 10 | F | 0 | E | EB | 21 | 4F |
| Octal | 271 | 274 | 334 | 20 | 17 | 0 | 16 | 353 | 41 | 117 |
| Binary | 10111001 | 10111100 | 11011100 | 10000 | 1111 | 0 | 1110 | 11101011 | 100001 | 1001111 |
Color Harmonies of #B9BCDC
Complementary color
Monochromatic Colors of #B9BCDC
Black with #B9BCDC
Text Example
Text Example
White with #B9BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCDC; }
p { color: rgb(185,188,220); }
H1.HeaderClassName
{
color: #B9BCDC;
}
.AnyTagClassName
{
color: #B9BCDC;
}
</style>
background-color css
<style>
a { background-color: #B9BCDC; }
a { background-color: rgb(185,188,220); }
div.DivClassName
{
background-color: #B9BCDC;
}
.BgClassName
{
background-color: #B9BCDC;
}
</style>
border-color css
<style>
span { border-color: #B9BCDC; }
span { border-color: rgb(185,188,220); }
td.TdClassName
{
border-color: #B9BCDC;
}
.TagClassName
{
border-color: #B9BCDC;
}
</style>