Shades of Lavender Grey #B8BBDA
Tints of Lavender Grey #B8BBDA
RGB
CMYK
RGB Variations
Color information
#B8BBDA (or 0xB8BBDA) is known color: Lavender Grey. HEX triplet: B8, BB and DA. RGB value is (184,187,218). Sum of RGB (Red+Green+Blue) = 184+187+218=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #B8BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBDA is #474425. Grayscale: #BDBDBD. Windows color (decimal): -4670502 or 14334904. OLE color: 14334904.
HSL color Cylindrical-coordinate representation of color #B8BBDA: hue angle of 234.71º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8BBDA is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 187 | 218 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.15 |
| HSL | 234.71º | 0.31% | 0.79% | - |
| HSV(B) | 234.71º | 0.16% | 0.85% | - |
| XYZ | 50.19 | 50.79 | 73.49 | - |
| YUV | 189.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 218 | 0.16 | 0.14 | 0 | 0.15 | 234.71 | 0.31 | 0.79 |
| Hex | B8 | BB | DA | 10 | E | 0 | F | EB | 1F | 4F |
| Octal | 270 | 273 | 332 | 20 | 16 | 0 | 17 | 353 | 37 | 117 |
| Binary | 10111000 | 10111011 | 11011010 | 10000 | 1110 | 0 | 1111 | 11101011 | 11111 | 1001111 |
Color Harmonies of #B8BBDA
Complementary color
Monochromatic Colors of #B8BBDA
Black with #B8BBDA
Text Example
Text Example
White with #B8BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBDA; }
p { color: rgb(184,187,218); }
H1.HeaderClassName
{
color: #B8BBDA;
}
.AnyTagClassName
{
color: #B8BBDA;
}
</style>
background-color css
<style>
a { background-color: #B8BBDA; }
a { background-color: rgb(184,187,218); }
div.DivClassName
{
background-color: #B8BBDA;
}
.BgClassName
{
background-color: #B8BBDA;
}
</style>
border-color css
<style>
span { border-color: #B8BBDA; }
span { border-color: rgb(184,187,218); }
td.TdClassName
{
border-color: #B8BBDA;
}
.TagClassName
{
border-color: #B8BBDA;
}
</style>