Shades of Lavender Grey #BBBED5
Tints of Lavender Grey #BBBED5
RGB
CMYK
RGB Variations
Color information
#BBBED5 (or 0xBBBED5) is known color: Lavender Grey. HEX triplet: BB, BE and D5. RGB value is (187,190,213). Sum of RGB (Red+Green+Blue) = 187+190+213=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBED5 is #44412A. Grayscale: #BFBFBF. Windows color (decimal): -4473131 or 14007995. OLE color: 14007995.
HSL color Cylindrical-coordinate representation of color #BBBED5: hue angle of 233.08º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBBED5 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 190 | 213 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.16 |
| HSL | 233.08º | 0.24% | 0.78% | - |
| HSV(B) | 233.08º | 0.12% | 0.84% | - |
| XYZ | 50.92 | 52.2 | 70.34 | - |
| YUV | 191.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 213 | 0.12 | 0.11 | 0 | 0.16 | 233.08 | 0.24 | 0.78 |
| Hex | BB | BE | D5 | C | B | 0 | 10 | E9 | 18 | 4E |
| Octal | 273 | 276 | 325 | 14 | 13 | 0 | 20 | 351 | 30 | 116 |
| Binary | 10111011 | 10111110 | 11010101 | 1100 | 1011 | 0 | 10000 | 11101001 | 11000 | 1001110 |
Color Harmonies of #BBBED5
Complementary color
Monochromatic Colors of #BBBED5
Black with #BBBED5
Text Example
Text Example
White with #BBBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBED5; }
p { color: rgb(187,190,213); }
H1.HeaderClassName
{
color: #BBBED5;
}
.AnyTagClassName
{
color: #BBBED5;
}
</style>
background-color css
<style>
a { background-color: #BBBED5; }
a { background-color: rgb(187,190,213); }
div.DivClassName
{
background-color: #BBBED5;
}
.BgClassName
{
background-color: #BBBED5;
}
</style>
border-color css
<style>
span { border-color: #BBBED5; }
span { border-color: rgb(187,190,213); }
td.TdClassName
{
border-color: #BBBED5;
}
.TagClassName
{
border-color: #BBBED5;
}
</style>