Shades of Lavender Grey #BEBDD3
Tints of Lavender Grey #BEBDD3
RGB
CMYK
RGB Variations
Color information
#BEBDD3 (or 0xBEBDD3) is known color: Lavender Grey. HEX triplet: BE, BD and D3. RGB value is (190,189,211). Sum of RGB (Red+Green+Blue) = 190+189+211=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDD3 is #41422C. Grayscale: #BFBFBF. Windows color (decimal): -4276781 or 13876670. OLE color: 13876670.
HSL color Cylindrical-coordinate representation of color #BEBDD3: hue angle of 242.73º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEBDD3 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 189 | 211 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.17 |
| HSL | 242.73º | 0.2% | 0.78% | - |
| HSV(B) | 242.73º | 0.1% | 0.83% | - |
| XYZ | 51.19 | 52.05 | 68.98 | - |
| YUV | 191.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 211 | 0.10 | 0.10 | 0 | 0.17 | 242.73 | 0.2 | 0.78 |
| Hex | BE | BD | D3 | A | A | 0 | 11 | F3 | 14 | 4E |
| Octal | 276 | 275 | 323 | 12 | 12 | 0 | 21 | 363 | 24 | 116 |
| Binary | 10111110 | 10111101 | 11010011 | 1010 | 1010 | 0 | 10001 | 11110011 | 10100 | 1001110 |
Color Harmonies of #BEBDD3
Complementary color
Monochromatic Colors of #BEBDD3
Black with #BEBDD3
Text Example
Text Example
White with #BEBDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDD3; }
p { color: rgb(190,189,211); }
H1.HeaderClassName
{
color: #BEBDD3;
}
.AnyTagClassName
{
color: #BEBDD3;
}
</style>
background-color css
<style>
a { background-color: #BEBDD3; }
a { background-color: rgb(190,189,211); }
div.DivClassName
{
background-color: #BEBDD3;
}
.BgClassName
{
background-color: #BEBDD3;
}
</style>
border-color css
<style>
span { border-color: #BEBDD3; }
span { border-color: rgb(190,189,211); }
td.TdClassName
{
border-color: #BEBDD3;
}
.TagClassName
{
border-color: #BEBDD3;
}
</style>