Shades of Lavender Grey #BEBDEC
Tints of Lavender Grey #BEBDEC
RGB
CMYK
RGB Variations
Color information
#BEBDEC (or 0xBEBDEC) is known color: Lavender Grey. HEX triplet: BE, BD and EC. RGB value is (190,189,236). Sum of RGB (Red+Green+Blue) = 190+189+236=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEBDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDEC is #414213. Grayscale: #C2C2C2. Windows color (decimal): -4276756 or 15515070. OLE color: 15515070.
HSL color Cylindrical-coordinate representation of color #BEBDEC: hue angle of 241.28º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEBDEC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 189 | 236 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.07 |
| HSL | 241.28º | 0.55% | 0.83% | - |
| HSV(B) | 241.28º | 0.2% | 0.93% | - |
| XYZ | 54.57 | 53.4 | 86.79 | - |
| YUV | 194.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 236 | 0.19 | 0.20 | 0 | 0.07 | 241.28 | 0.55 | 0.83 |
| Hex | BE | BD | EC | 13 | 14 | 0 | 7 | F1 | 37 | 53 |
| Octal | 276 | 275 | 354 | 23 | 24 | 0 | 7 | 361 | 67 | 123 |
| Binary | 10111110 | 10111101 | 11101100 | 10011 | 10100 | 0 | 111 | 11110001 | 110111 | 1010011 |
Color Harmonies of #BEBDEC
Complementary color
Monochromatic Colors of #BEBDEC
Black with #BEBDEC
Text Example
Text Example
White with #BEBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDEC; }
p { color: rgb(190,189,236); }
H1.HeaderClassName
{
color: #BEBDEC;
}
.AnyTagClassName
{
color: #BEBDEC;
}
</style>
background-color css
<style>
a { background-color: #BEBDEC; }
a { background-color: rgb(190,189,236); }
div.DivClassName
{
background-color: #BEBDEC;
}
.BgClassName
{
background-color: #BEBDEC;
}
</style>
border-color css
<style>
span { border-color: #BEBDEC; }
span { border-color: rgb(190,189,236); }
td.TdClassName
{
border-color: #BEBDEC;
}
.TagClassName
{
border-color: #BEBDEC;
}
</style>