Shades of Lavender Grey #BEBFDE
Tints of Lavender Grey #BEBFDE
RGB
CMYK
RGB Variations
Color information
#BEBFDE (or 0xBEBFDE) is known color: Lavender Grey. HEX triplet: BE, BF and DE. RGB value is (190,191,222). Sum of RGB (Red+Green+Blue) = 190+191+222=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFDE is #414021. Grayscale: #C2C2C2. Windows color (decimal): -4276258 or 14598078. OLE color: 14598078.
HSL color Cylindrical-coordinate representation of color #BEBFDE: hue angle of 238.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEBFDE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 191 | 222 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.13 |
| HSL | 238.13º | 0.33% | 0.81% | - |
| HSV(B) | 238.13º | 0.14% | 0.87% | - |
| XYZ | 53.05 | 53.48 | 76.63 | - |
| YUV | 194.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 222 | 0.14 | 0.14 | 0 | 0.13 | 238.13 | 0.33 | 0.81 |
| Hex | BE | BF | DE | E | E | 0 | D | EE | 21 | 51 |
| Octal | 276 | 277 | 336 | 16 | 16 | 0 | 15 | 356 | 41 | 121 |
| Binary | 10111110 | 10111111 | 11011110 | 1110 | 1110 | 0 | 1101 | 11101110 | 100001 | 1010001 |
Color Harmonies of #BEBFDE
Complementary color
Monochromatic Colors of #BEBFDE
Black with #BEBFDE
Text Example
Text Example
White with #BEBFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFDE; }
p { color: rgb(190,191,222); }
H1.HeaderClassName
{
color: #BEBFDE;
}
.AnyTagClassName
{
color: #BEBFDE;
}
</style>
background-color css
<style>
a { background-color: #BEBFDE; }
a { background-color: rgb(190,191,222); }
div.DivClassName
{
background-color: #BEBFDE;
}
.BgClassName
{
background-color: #BEBFDE;
}
</style>
border-color css
<style>
span { border-color: #BEBFDE; }
span { border-color: rgb(190,191,222); }
td.TdClassName
{
border-color: #BEBFDE;
}
.TagClassName
{
border-color: #BEBFDE;
}
</style>