Shades of Lavender Grey #BEBDEF
Tints of Lavender Grey #BEBDEF
RGB
CMYK
RGB Variations
Color information
#BEBDEF (or 0xBEBDEF) is known color: Lavender Grey. HEX triplet: BE, BD and EF. RGB value is (190,189,239). Sum of RGB (Red+Green+Blue) = 190+189+239=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEBDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDEF is #414210. Grayscale: #C2C2C2. Windows color (decimal): -4276753 or 15711678. OLE color: 15711678.
HSL color Cylindrical-coordinate representation of color #BEBDEF: hue angle of 241.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEBDEF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 189 | 239 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.06 |
| HSL | 241.2º | 0.61% | 0.84% | - |
| HSV(B) | 241.2º | 0.21% | 0.94% | - |
| XYZ | 55.01 | 53.57 | 89.1 | - |
| YUV | 195 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 239 | 0.21 | 0.21 | 0 | 0.06 | 241.2 | 0.61 | 0.84 |
| Hex | BE | BD | EF | 15 | 15 | 0 | 6 | F1 | 3D | 54 |
| Octal | 276 | 275 | 357 | 25 | 25 | 0 | 6 | 361 | 75 | 124 |
| Binary | 10111110 | 10111101 | 11101111 | 10101 | 10101 | 0 | 110 | 11110001 | 111101 | 1010100 |
Color Harmonies of #BEBDEF
Complementary color
Monochromatic Colors of #BEBDEF
Black with #BEBDEF
Text Example
Text Example
White with #BEBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDEF; }
p { color: rgb(190,189,239); }
H1.HeaderClassName
{
color: #BEBDEF;
}
.AnyTagClassName
{
color: #BEBDEF;
}
</style>
background-color css
<style>
a { background-color: #BEBDEF; }
a { background-color: rgb(190,189,239); }
div.DivClassName
{
background-color: #BEBDEF;
}
.BgClassName
{
background-color: #BEBDEF;
}
</style>
border-color css
<style>
span { border-color: #BEBDEF; }
span { border-color: rgb(190,189,239); }
td.TdClassName
{
border-color: #BEBDEF;
}
.TagClassName
{
border-color: #BEBDEF;
}
</style>