Shades of Lavender Grey #BDBAE0
Tints of Lavender Grey #BDBAE0
RGB
CMYK
RGB Variations
Color information
#BDBAE0 (or 0xBDBAE0) is known color: Lavender Grey. HEX triplet: BD, BA and E0. RGB value is (189,186,224). Sum of RGB (Red+Green+Blue) = 189+186+224=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDBAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAE0 is #42451F. Grayscale: #BFBFBF. Windows color (decimal): -4343072 or 14727869. OLE color: 14727869.
HSL color Cylindrical-coordinate representation of color #BDBAE0: hue angle of 244.74º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDBAE0 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 186 | 224 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.12 |
| HSL | 244.74º | 0.38% | 0.8% | - |
| HSV(B) | 244.74º | 0.17% | 0.88% | - |
| XYZ | 52 | 51.32 | 77.69 | - |
| YUV | 191.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 224 | 0.16 | 0.17 | 0 | 0.12 | 244.74 | 0.38 | 0.8 |
| Hex | BD | BA | E0 | 10 | 11 | 0 | C | F5 | 26 | 50 |
| Octal | 275 | 272 | 340 | 20 | 21 | 0 | 14 | 365 | 46 | 120 |
| Binary | 10111101 | 10111010 | 11100000 | 10000 | 10001 | 0 | 1100 | 11110101 | 100110 | 1010000 |
Color Harmonies of #BDBAE0
Complementary color
Monochromatic Colors of #BDBAE0
Black with #BDBAE0
Text Example
Text Example
White with #BDBAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAE0; }
p { color: rgb(189,186,224); }
H1.HeaderClassName
{
color: #BDBAE0;
}
.AnyTagClassName
{
color: #BDBAE0;
}
</style>
background-color css
<style>
a { background-color: #BDBAE0; }
a { background-color: rgb(189,186,224); }
div.DivClassName
{
background-color: #BDBAE0;
}
.BgClassName
{
background-color: #BDBAE0;
}
</style>
border-color css
<style>
span { border-color: #BDBAE0; }
span { border-color: rgb(189,186,224); }
td.TdClassName
{
border-color: #BDBAE0;
}
.TagClassName
{
border-color: #BDBAE0;
}
</style>