Shades of Lavender Grey #B8B9DC
Tints of Lavender Grey #B8B9DC
RGB
CMYK
RGB Variations
Color information
#B8B9DC (or 0xB8B9DC) is known color: Lavender Grey. HEX triplet: B8, B9 and DC. RGB value is (184,185,220). Sum of RGB (Red+Green+Blue) = 184+185+220=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8B9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B9DC is #474623. Grayscale: #BCBCBC. Windows color (decimal): -4671012 or 14465464. OLE color: 14465464.
HSL color Cylindrical-coordinate representation of color #B8B9DC: hue angle of 238.33º degrees, saturation: 0.34, 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 #B8B9DC is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 185 | 220 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.14 |
| HSL | 238.33º | 0.34% | 0.79% | - |
| HSV(B) | 238.33º | 0.16% | 0.86% | - |
| XYZ | 50.03 | 50.06 | 74.73 | - |
| YUV | 188.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 185 | 220 | 0.16 | 0.16 | 0 | 0.14 | 238.33 | 0.34 | 0.79 |
| Hex | B8 | B9 | DC | 10 | 10 | 0 | E | EE | 22 | 4F |
| Octal | 270 | 271 | 334 | 20 | 20 | 0 | 16 | 356 | 42 | 117 |
| Binary | 10111000 | 10111001 | 11011100 | 10000 | 10000 | 0 | 1110 | 11101110 | 100010 | 1001111 |
Color Harmonies of #B8B9DC
Complementary color
Monochromatic Colors of #B8B9DC
Black with #B8B9DC
Text Example
Text Example
White with #B8B9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B9DC; }
p { color: rgb(184,185,220); }
H1.HeaderClassName
{
color: #B8B9DC;
}
.AnyTagClassName
{
color: #B8B9DC;
}
</style>
background-color css
<style>
a { background-color: #B8B9DC; }
a { background-color: rgb(184,185,220); }
div.DivClassName
{
background-color: #B8B9DC;
}
.BgClassName
{
background-color: #B8B9DC;
}
</style>
border-color css
<style>
span { border-color: #B8B9DC; }
span { border-color: rgb(184,185,220); }
td.TdClassName
{
border-color: #B8B9DC;
}
.TagClassName
{
border-color: #B8B9DC;
}
</style>