Shades of Lavender Grey #BEBEDF
Tints of Lavender Grey #BEBEDF
RGB
CMYK
RGB Variations
Color information
#BEBEDF (or 0xBEBEDF) is known color: Lavender Grey. HEX triplet: BE, BE and DF. RGB value is (190,190,223). Sum of RGB (Red+Green+Blue) = 190+190+223=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEDF is #414120. Grayscale: #C1C1C1. Windows color (decimal): -4276513 or 14663358. OLE color: 14663358.
HSL color Cylindrical-coordinate representation of color #BEBEDF: hue angle of 240º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEBEDF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 190 | 223 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.13 |
| HSL | 240º | 0.34% | 0.81% | - |
| HSV(B) | 240º | 0.15% | 0.87% | - |
| XYZ | 52.97 | 53.1 | 77.27 | - |
| YUV | 193.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 223 | 0.15 | 0.15 | 0 | 0.13 | 240 | 0.34 | 0.81 |
| Hex | BE | BE | DF | F | F | 0 | D | F0 | 22 | 51 |
| Octal | 276 | 276 | 337 | 17 | 17 | 0 | 15 | 360 | 42 | 121 |
| Binary | 10111110 | 10111110 | 11011111 | 1111 | 1111 | 0 | 1101 | 11110000 | 100010 | 1010001 |
Color Harmonies of #BEBEDF
Complementary color
Monochromatic Colors of #BEBEDF
Black with #BEBEDF
Text Example
Text Example
White with #BEBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBEDF; }
p { color: rgb(190,190,223); }
H1.HeaderClassName
{
color: #BEBEDF;
}
.AnyTagClassName
{
color: #BEBEDF;
}
</style>
background-color css
<style>
a { background-color: #BEBEDF; }
a { background-color: rgb(190,190,223); }
div.DivClassName
{
background-color: #BEBEDF;
}
.BgClassName
{
background-color: #BEBEDF;
}
</style>
border-color css
<style>
span { border-color: #BEBEDF; }
span { border-color: rgb(190,190,223); }
td.TdClassName
{
border-color: #BEBEDF;
}
.TagClassName
{
border-color: #BEBEDF;
}
</style>