Shades of Lavender Grey #BEBDDA
Tints of Lavender Grey #BEBDDA
RGB
CMYK
RGB Variations
Color information
#BEBDDA (or 0xBEBDDA) is known color: Lavender Grey. HEX triplet: BE, BD and DA. RGB value is (190,189,218). Sum of RGB (Red+Green+Blue) = 190+189+218=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDDA is #414225. Grayscale: #C0C0C0. Windows color (decimal): -4276774 or 14335422. OLE color: 14335422.
HSL color Cylindrical-coordinate representation of color #BEBDDA: hue angle of 242.07º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEBDDA is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 189 | 218 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.15 |
| HSL | 242.07º | 0.28% | 0.8% | - |
| HSV(B) | 242.07º | 0.13% | 0.85% | - |
| XYZ | 52.09 | 52.4 | 73.7 | - |
| YUV | 192.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 218 | 0.13 | 0.13 | 0 | 0.15 | 242.07 | 0.28 | 0.8 |
| Hex | BE | BD | DA | D | D | 0 | F | F2 | 1C | 50 |
| Octal | 276 | 275 | 332 | 15 | 15 | 0 | 17 | 362 | 34 | 120 |
| Binary | 10111110 | 10111101 | 11011010 | 1101 | 1101 | 0 | 1111 | 11110010 | 11100 | 1010000 |
Color Harmonies of #BEBDDA
Complementary color
Monochromatic Colors of #BEBDDA
Black with #BEBDDA
Text Example
Text Example
White with #BEBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDDA; }
p { color: rgb(190,189,218); }
H1.HeaderClassName
{
color: #BEBDDA;
}
.AnyTagClassName
{
color: #BEBDDA;
}
</style>
background-color css
<style>
a { background-color: #BEBDDA; }
a { background-color: rgb(190,189,218); }
div.DivClassName
{
background-color: #BEBDDA;
}
.BgClassName
{
background-color: #BEBDDA;
}
</style>
border-color css
<style>
span { border-color: #BEBDDA; }
span { border-color: rgb(190,189,218); }
td.TdClassName
{
border-color: #BEBDDA;
}
.TagClassName
{
border-color: #BEBDDA;
}
</style>