Shades of Lavender Grey #BDBDE4
Tints of Lavender Grey #BDBDE4
RGB
CMYK
RGB Variations
Color information
#BDBDE4 (or 0xBDBDE4) is known color: Lavender Grey. HEX triplet: BD, BD and E4. RGB value is (189,189,228). Sum of RGB (Red+Green+Blue) = 189+189+228=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDE4 is #42421B. Grayscale: #C1C1C1. Windows color (decimal): -4342300 or 14990781. OLE color: 14990781.
HSL color Cylindrical-coordinate representation of color #BDBDE4: hue angle of 240º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBDE4 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 189 | 228 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.11 |
| HSL | 240º | 0.42% | 0.82% | - |
| HSV(B) | 240º | 0.17% | 0.89% | - |
| XYZ | 53.19 | 52.82 | 80.79 | - |
| YUV | 193.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 228 | 0.17 | 0.17 | 0 | 0.11 | 240 | 0.42 | 0.82 |
| Hex | BD | BD | E4 | 11 | 11 | 0 | B | F0 | 2A | 52 |
| Octal | 275 | 275 | 344 | 21 | 21 | 0 | 13 | 360 | 52 | 122 |
| Binary | 10111101 | 10111101 | 11100100 | 10001 | 10001 | 0 | 1011 | 11110000 | 101010 | 1010010 |
Color Harmonies of #BDBDE4
Complementary color
Monochromatic Colors of #BDBDE4
Black with #BDBDE4
Text Example
Text Example
White with #BDBDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDE4; }
p { color: rgb(189,189,228); }
H1.HeaderClassName
{
color: #BDBDE4;
}
.AnyTagClassName
{
color: #BDBDE4;
}
</style>
background-color css
<style>
a { background-color: #BDBDE4; }
a { background-color: rgb(189,189,228); }
div.DivClassName
{
background-color: #BDBDE4;
}
.BgClassName
{
background-color: #BDBDE4;
}
</style>
border-color css
<style>
span { border-color: #BDBDE4; }
span { border-color: rgb(189,189,228); }
td.TdClassName
{
border-color: #BDBDE4;
}
.TagClassName
{
border-color: #BDBDE4;
}
</style>