Shades of Lavender Grey #B8BBDB
Tints of Lavender Grey #B8BBDB
RGB
CMYK
RGB Variations
Color information
#B8BBDB (or 0xB8BBDB) is known color: Lavender Grey. HEX triplet: B8, BB and DB. RGB value is (184,187,219). Sum of RGB (Red+Green+Blue) = 184+187+219=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBDB is #474424. Grayscale: #BDBDBD. Windows color (decimal): -4670501 or 14400440. OLE color: 14400440.
HSL color Cylindrical-coordinate representation of color #B8BBDB: 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 #B8BBDB is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 187 | 219 | - |
| 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.32 | 50.85 | 74.18 | - |
| YUV | 189.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 219 | 0.16 | 0.15 | 0 | 0.14 | 234.86 | 0.33 | 0.79 |
| Hex | B8 | BB | DB | 10 | F | 0 | E | EB | 21 | 4F |
| Octal | 270 | 273 | 333 | 20 | 17 | 0 | 16 | 353 | 41 | 117 |
| Binary | 10111000 | 10111011 | 11011011 | 10000 | 1111 | 0 | 1110 | 11101011 | 100001 | 1001111 |
Color Harmonies of #B8BBDB
Complementary color
Monochromatic Colors of #B8BBDB
Black with #B8BBDB
Text Example
Text Example
White with #B8BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBDB; }
p { color: rgb(184,187,219); }
H1.HeaderClassName
{
color: #B8BBDB;
}
.AnyTagClassName
{
color: #B8BBDB;
}
</style>
background-color css
<style>
a { background-color: #B8BBDB; }
a { background-color: rgb(184,187,219); }
div.DivClassName
{
background-color: #B8BBDB;
}
.BgClassName
{
background-color: #B8BBDB;
}
</style>
border-color css
<style>
span { border-color: #B8BBDB; }
span { border-color: rgb(184,187,219); }
td.TdClassName
{
border-color: #B8BBDB;
}
.TagClassName
{
border-color: #B8BBDB;
}
</style>