Shades of Lavender Grey #BDBAE4
Tints of Lavender Grey #BDBAE4
RGB
CMYK
RGB Variations
Color information
#BDBAE4 (or 0xBDBAE4) is known color: Lavender Grey. HEX triplet: BD, BA and E4. RGB value is (189,186,228). Sum of RGB (Red+Green+Blue) = 189+186+228=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDBAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAE4 is #42451B. Grayscale: #BFBFBF. Windows color (decimal): -4343068 or 14990013. OLE color: 14990013.
HSL color Cylindrical-coordinate representation of color #BDBAE4: hue angle of 244.29º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDBAE4 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 186 | 228 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.11 |
| HSL | 244.29º | 0.44% | 0.81% | - |
| HSV(B) | 244.29º | 0.18% | 0.89% | - |
| XYZ | 52.55 | 51.54 | 80.58 | - |
| YUV | 191.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 228 | 0.17 | 0.18 | 0 | 0.11 | 244.29 | 0.44 | 0.81 |
| Hex | BD | BA | E4 | 11 | 12 | 0 | B | F4 | 2C | 51 |
| Octal | 275 | 272 | 344 | 21 | 22 | 0 | 13 | 364 | 54 | 121 |
| Binary | 10111101 | 10111010 | 11100100 | 10001 | 10010 | 0 | 1011 | 11110100 | 101100 | 1010001 |
Color Harmonies of #BDBAE4
Complementary color
Monochromatic Colors of #BDBAE4
Black with #BDBAE4
Text Example
Text Example
White with #BDBAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAE4; }
p { color: rgb(189,186,228); }
H1.HeaderClassName
{
color: #BDBAE4;
}
.AnyTagClassName
{
color: #BDBAE4;
}
</style>
background-color css
<style>
a { background-color: #BDBAE4; }
a { background-color: rgb(189,186,228); }
div.DivClassName
{
background-color: #BDBAE4;
}
.BgClassName
{
background-color: #BDBAE4;
}
</style>
border-color css
<style>
span { border-color: #BDBAE4; }
span { border-color: rgb(189,186,228); }
td.TdClassName
{
border-color: #BDBAE4;
}
.TagClassName
{
border-color: #BDBAE4;
}
</style>