Shades of Lavender Grey #BEBBEE
Tints of Lavender Grey #BEBBEE
RGB
CMYK
RGB Variations
Color information
#BEBBEE (or 0xBEBBEE) is known color: Lavender Grey. HEX triplet: BE, BB and EE. RGB value is (190,187,238). Sum of RGB (Red+Green+Blue) = 190+187+238=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBEE is #414411. Grayscale: #C1C1C1. Windows color (decimal): -4277266 or 15645630. OLE color: 15645630.
HSL color Cylindrical-coordinate representation of color #BEBBEE: hue angle of 243.53º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEBBEE is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 187 | 238 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.07 |
| HSL | 243.53º | 0.6% | 0.83% | - |
| HSV(B) | 243.53º | 0.21% | 0.93% | - |
| XYZ | 54.44 | 52.66 | 88.18 | - |
| YUV | 193.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 238 | 0.20 | 0.21 | 0 | 0.07 | 243.53 | 0.6 | 0.83 |
| Hex | BE | BB | EE | 14 | 15 | 0 | 7 | F4 | 3C | 53 |
| Octal | 276 | 273 | 356 | 24 | 25 | 0 | 7 | 364 | 74 | 123 |
| Binary | 10111110 | 10111011 | 11101110 | 10100 | 10101 | 0 | 111 | 11110100 | 111100 | 1010011 |
Color Harmonies of #BEBBEE
Complementary color
Monochromatic Colors of #BEBBEE
Black with #BEBBEE
Text Example
Text Example
White with #BEBBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBEE; }
p { color: rgb(190,187,238); }
H1.HeaderClassName
{
color: #BEBBEE;
}
.AnyTagClassName
{
color: #BEBBEE;
}
</style>
background-color css
<style>
a { background-color: #BEBBEE; }
a { background-color: rgb(190,187,238); }
div.DivClassName
{
background-color: #BEBBEE;
}
.BgClassName
{
background-color: #BEBBEE;
}
</style>
border-color css
<style>
span { border-color: #BEBBEE; }
span { border-color: rgb(190,187,238); }
td.TdClassName
{
border-color: #BEBBEE;
}
.TagClassName
{
border-color: #BEBBEE;
}
</style>