Shades of Lavender Grey #BEBEE3
Tints of Lavender Grey #BEBEE3
RGB
CMYK
RGB Variations
Color information
#BEBEE3 (or 0xBEBEE3) is known color: Lavender Grey. HEX triplet: BE, BE and E3. RGB value is (190,190,227). Sum of RGB (Red+Green+Blue) = 190+190+227=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEBEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEE3 is #41411C. Grayscale: #C2C2C2. Windows color (decimal): -4276509 or 14925502. OLE color: 14925502.
HSL color Cylindrical-coordinate representation of color #BEBEE3: hue angle of 240º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEBEE3 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 190 | 227 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.11 |
| HSL | 240º | 0.4% | 0.82% | - |
| HSV(B) | 240º | 0.16% | 0.89% | - |
| XYZ | 53.51 | 53.32 | 80.14 | - |
| YUV | 194.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 227 | 0.16 | 0.16 | 0 | 0.11 | 240 | 0.4 | 0.82 |
| Hex | BE | BE | E3 | 10 | 10 | 0 | B | F0 | 28 | 52 |
| Octal | 276 | 276 | 343 | 20 | 20 | 0 | 13 | 360 | 50 | 122 |
| Binary | 10111110 | 10111110 | 11100011 | 10000 | 10000 | 0 | 1011 | 11110000 | 101000 | 1010010 |
Color Harmonies of #BEBEE3
Complementary color
Monochromatic Colors of #BEBEE3
Black with #BEBEE3
Text Example
Text Example
White with #BEBEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEE3; }
p { color: rgb(190,190,227); }
H1.HeaderClassName
{
color: #BEBEE3;
}
.AnyTagClassName
{
color: #BEBEE3;
}
</style>
background-color css
<style>
a { background-color: #BEBEE3; }
a { background-color: rgb(190,190,227); }
div.DivClassName
{
background-color: #BEBEE3;
}
.BgClassName
{
background-color: #BEBEE3;
}
</style>
border-color css
<style>
span { border-color: #BEBEE3; }
span { border-color: rgb(190,190,227); }
td.TdClassName
{
border-color: #BEBEE3;
}
.TagClassName
{
border-color: #BEBEE3;
}
</style>