Shades of Lavender Grey #BEBDDF
Tints of Lavender Grey #BEBDDF
RGB
CMYK
RGB Variations
Color information
#BEBDDF (or 0xBEBDDF) is known color: Lavender Grey. HEX triplet: BE, BD and DF. RGB value is (190,189,223). Sum of RGB (Red+Green+Blue) = 190+189+223=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDDF is #414220. Grayscale: #C1C1C1. Windows color (decimal): -4276769 or 14663102. OLE color: 14663102.
HSL color Cylindrical-coordinate representation of color #BEBDDF: hue angle of 241.76º degrees, saturation: 0.35, 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 #BEBDDF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 189 | 223 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.13 |
| HSL | 241.76º | 0.35% | 0.81% | - |
| HSV(B) | 241.76º | 0.15% | 0.87% | - |
| XYZ | 52.75 | 52.67 | 77.2 | - |
| YUV | 193.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 223 | 0.15 | 0.15 | 0 | 0.13 | 241.76 | 0.35 | 0.81 |
| Hex | BE | BD | DF | F | F | 0 | D | F2 | 23 | 51 |
| Octal | 276 | 275 | 337 | 17 | 17 | 0 | 15 | 362 | 43 | 121 |
| Binary | 10111110 | 10111101 | 11011111 | 1111 | 1111 | 0 | 1101 | 11110010 | 100011 | 1010001 |
Color Harmonies of #BEBDDF
Complementary color
Monochromatic Colors of #BEBDDF
Black with #BEBDDF
Text Example
Text Example
White with #BEBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDDF; }
p { color: rgb(190,189,223); }
H1.HeaderClassName
{
color: #BEBDDF;
}
.AnyTagClassName
{
color: #BEBDDF;
}
</style>
background-color css
<style>
a { background-color: #BEBDDF; }
a { background-color: rgb(190,189,223); }
div.DivClassName
{
background-color: #BEBDDF;
}
.BgClassName
{
background-color: #BEBDDF;
}
</style>
border-color css
<style>
span { border-color: #BEBDDF; }
span { border-color: rgb(190,189,223); }
td.TdClassName
{
border-color: #BEBDDF;
}
.TagClassName
{
border-color: #BEBDDF;
}
</style>