Shades of Lavender Grey #BBBEDD
Tints of Lavender Grey #BBBEDD
RGB
CMYK
RGB Variations
Color information
#BBBEDD (or 0xBBBEDD) is known color: Lavender Grey. HEX triplet: BB, BE and DD. RGB value is (187,190,221). Sum of RGB (Red+Green+Blue) = 187+190+221=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEDD is #444122. Grayscale: #C0C0C0. Windows color (decimal): -4473123 or 14532283. OLE color: 14532283.
HSL color Cylindrical-coordinate representation of color #BBBEDD: hue angle of 234.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBEDD is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 190 | 221 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.13 |
| HSL | 234.71º | 0.33% | 0.8% | - |
| HSV(B) | 234.71º | 0.15% | 0.87% | - |
| XYZ | 51.96 | 52.61 | 75.82 | - |
| YUV | 192.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 221 | 0.15 | 0.14 | 0 | 0.13 | 234.71 | 0.33 | 0.8 |
| Hex | BB | BE | DD | F | E | 0 | D | EB | 21 | 50 |
| Octal | 273 | 276 | 335 | 17 | 16 | 0 | 15 | 353 | 41 | 120 |
| Binary | 10111011 | 10111110 | 11011101 | 1111 | 1110 | 0 | 1101 | 11101011 | 100001 | 1010000 |
Color Harmonies of #BBBEDD
Complementary color
Monochromatic Colors of #BBBEDD
Black with #BBBEDD
Text Example
Text Example
White with #BBBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBEDD; }
p { color: rgb(187,190,221); }
H1.HeaderClassName
{
color: #BBBEDD;
}
.AnyTagClassName
{
color: #BBBEDD;
}
</style>
background-color css
<style>
a { background-color: #BBBEDD; }
a { background-color: rgb(187,190,221); }
div.DivClassName
{
background-color: #BBBEDD;
}
.BgClassName
{
background-color: #BBBEDD;
}
</style>
border-color css
<style>
span { border-color: #BBBEDD; }
span { border-color: rgb(187,190,221); }
td.TdClassName
{
border-color: #BBBEDD;
}
.TagClassName
{
border-color: #BBBEDD;
}
</style>