Shades of Lavender Grey #BEBDE4
Tints of Lavender Grey #BEBDE4
RGB
CMYK
RGB Variations
Color information
#BEBDE4 (or 0xBEBDE4) is known color: Lavender Grey. HEX triplet: BE, BD and E4. RGB value is (190,189,228). Sum of RGB (Red+Green+Blue) = 190+189+228=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDE4 is #41421B. Grayscale: #C1C1C1. Windows color (decimal): -4276764 or 14990782. OLE color: 14990782.
HSL color Cylindrical-coordinate representation of color #BEBDE4: hue angle of 241.54º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEBDE4 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 189 | 228 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.11 |
| HSL | 241.54º | 0.42% | 0.82% | - |
| HSV(B) | 241.54º | 0.17% | 0.89% | - |
| XYZ | 53.44 | 52.94 | 80.8 | - |
| YUV | 193.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 228 | 0.17 | 0.17 | 0 | 0.11 | 241.54 | 0.42 | 0.82 |
| Hex | BE | BD | E4 | 11 | 11 | 0 | B | F2 | 2A | 52 |
| Octal | 276 | 275 | 344 | 21 | 21 | 0 | 13 | 362 | 52 | 122 |
| Binary | 10111110 | 10111101 | 11100100 | 10001 | 10001 | 0 | 1011 | 11110010 | 101010 | 1010010 |
Color Harmonies of #BEBDE4
Complementary color
Monochromatic Colors of #BEBDE4
Black with #BEBDE4
Text Example
Text Example
White with #BEBDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDE4; }
p { color: rgb(190,189,228); }
H1.HeaderClassName
{
color: #BEBDE4;
}
.AnyTagClassName
{
color: #BEBDE4;
}
</style>
background-color css
<style>
a { background-color: #BEBDE4; }
a { background-color: rgb(190,189,228); }
div.DivClassName
{
background-color: #BEBDE4;
}
.BgClassName
{
background-color: #BEBDE4;
}
</style>
border-color css
<style>
span { border-color: #BEBDE4; }
span { border-color: rgb(190,189,228); }
td.TdClassName
{
border-color: #BEBDE4;
}
.TagClassName
{
border-color: #BEBDE4;
}
</style>