Shades of Lavender Grey #BBBEDA
Tints of Lavender Grey #BBBEDA
RGB
CMYK
RGB Variations
Color information
#BBBEDA (or 0xBBBEDA) is known color: Lavender Grey. HEX triplet: BB, BE and DA. RGB value is (187,190,218). Sum of RGB (Red+Green+Blue) = 187+190+218=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBBEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEDA is #444125. Grayscale: #C0C0C0. Windows color (decimal): -4473126 or 14335675. OLE color: 14335675.
HSL color Cylindrical-coordinate representation of color #BBBEDA: hue angle of 234.19º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBBEDA is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 190 | 218 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.15 |
| HSL | 234.19º | 0.3% | 0.79% | - |
| HSV(B) | 234.19º | 0.14% | 0.85% | - |
| XYZ | 51.56 | 52.45 | 73.74 | - |
| YUV | 192.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 218 | 0.14 | 0.13 | 0 | 0.15 | 234.19 | 0.3 | 0.79 |
| Hex | BB | BE | DA | E | D | 0 | F | EA | 1E | 4F |
| Octal | 273 | 276 | 332 | 16 | 15 | 0 | 17 | 352 | 36 | 117 |
| Binary | 10111011 | 10111110 | 11011010 | 1110 | 1101 | 0 | 1111 | 11101010 | 11110 | 1001111 |
Color Harmonies of #BBBEDA
Complementary color
Monochromatic Colors of #BBBEDA
Black with #BBBEDA
Text Example
Text Example
White with #BBBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBEDA; }
p { color: rgb(187,190,218); }
H1.HeaderClassName
{
color: #BBBEDA;
}
.AnyTagClassName
{
color: #BBBEDA;
}
</style>
background-color css
<style>
a { background-color: #BBBEDA; }
a { background-color: rgb(187,190,218); }
div.DivClassName
{
background-color: #BBBEDA;
}
.BgClassName
{
background-color: #BBBEDA;
}
</style>
border-color css
<style>
span { border-color: #BBBEDA; }
span { border-color: rgb(187,190,218); }
td.TdClassName
{
border-color: #BBBEDA;
}
.TagClassName
{
border-color: #BBBEDA;
}
</style>