Shades of Lavender Grey #BEBCE0
Tints of Lavender Grey #BEBCE0
RGB
CMYK
RGB Variations
Color information
#BEBCE0 (or 0xBEBCE0) is known color: Lavender Grey. HEX triplet: BE, BC and E0. RGB value is (190,188,224). Sum of RGB (Red+Green+Blue) = 190+188+224=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEBCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCE0 is #41431F. Grayscale: #C0C0C0. Windows color (decimal): -4277024 or 14728382. OLE color: 14728382.
HSL color Cylindrical-coordinate representation of color #BEBCE0: hue angle of 243.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEBCE0 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 188 | 224 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.12 |
| HSL | 243.33º | 0.37% | 0.81% | - |
| HSV(B) | 243.33º | 0.16% | 0.88% | - |
| XYZ | 52.67 | 52.3 | 77.84 | - |
| YUV | 192.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 224 | 0.15 | 0.16 | 0 | 0.12 | 243.33 | 0.37 | 0.81 |
| Hex | BE | BC | E0 | F | 10 | 0 | C | F3 | 25 | 51 |
| Octal | 276 | 274 | 340 | 17 | 20 | 0 | 14 | 363 | 45 | 121 |
| Binary | 10111110 | 10111100 | 11100000 | 1111 | 10000 | 0 | 1100 | 11110011 | 100101 | 1010001 |
Color Harmonies of #BEBCE0
Complementary color
Monochromatic Colors of #BEBCE0
Black with #BEBCE0
Text Example
Text Example
White with #BEBCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBCE0; }
p { color: rgb(190,188,224); }
H1.HeaderClassName
{
color: #BEBCE0;
}
.AnyTagClassName
{
color: #BEBCE0;
}
</style>
background-color css
<style>
a { background-color: #BEBCE0; }
a { background-color: rgb(190,188,224); }
div.DivClassName
{
background-color: #BEBCE0;
}
.BgClassName
{
background-color: #BEBCE0;
}
</style>
border-color css
<style>
span { border-color: #BEBCE0; }
span { border-color: rgb(190,188,224); }
td.TdClassName
{
border-color: #BEBCE0;
}
.TagClassName
{
border-color: #BEBCE0;
}
</style>