Shades of Lavender Grey #BEBFEC
Tints of Lavender Grey #BEBFEC
RGB
CMYK
RGB Variations
Color information
#BEBFEC (or 0xBEBFEC) is known color: Lavender Grey. HEX triplet: BE, BF and EC. RGB value is (190,191,236). Sum of RGB (Red+Green+Blue) = 190+191+236=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEBFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFEC is #414013. Grayscale: #C3C3C3. Windows color (decimal): -4276244 or 15515582. OLE color: 15515582.
HSL color Cylindrical-coordinate representation of color #BEBFEC: hue angle of 238.7º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEBFEC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 191 | 236 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.07 |
| HSL | 238.7º | 0.55% | 0.84% | - |
| HSV(B) | 238.7º | 0.19% | 0.93% | - |
| XYZ | 55.01 | 54.26 | 86.93 | - |
| YUV | 195.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 236 | 0.19 | 0.19 | 0 | 0.07 | 238.7 | 0.55 | 0.84 |
| Hex | BE | BF | EC | 13 | 13 | 0 | 7 | EF | 37 | 54 |
| Octal | 276 | 277 | 354 | 23 | 23 | 0 | 7 | 357 | 67 | 124 |
| Binary | 10111110 | 10111111 | 11101100 | 10011 | 10011 | 0 | 111 | 11101111 | 110111 | 1010100 |
Color Harmonies of #BEBFEC
Complementary color
Monochromatic Colors of #BEBFEC
Black with #BEBFEC
Text Example
Text Example
White with #BEBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFEC; }
p { color: rgb(190,191,236); }
H1.HeaderClassName
{
color: #BEBFEC;
}
.AnyTagClassName
{
color: #BEBFEC;
}
</style>
background-color css
<style>
a { background-color: #BEBFEC; }
a { background-color: rgb(190,191,236); }
div.DivClassName
{
background-color: #BEBFEC;
}
.BgClassName
{
background-color: #BEBFEC;
}
</style>
border-color css
<style>
span { border-color: #BEBFEC; }
span { border-color: rgb(190,191,236); }
td.TdClassName
{
border-color: #BEBFEC;
}
.TagClassName
{
border-color: #BEBFEC;
}
</style>