Shades of Lavender Grey #BDB8EE
Tints of Lavender Grey #BDB8EE
RGB
CMYK
RGB Variations
Color information
#BDB8EE (or 0xBDB8EE) is known color: Lavender Grey. HEX triplet: BD, B8 and EE. RGB value is (189,184,238). Sum of RGB (Red+Green+Blue) = 189+184+238=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8EE is #424711. Grayscale: #BFBFBF. Windows color (decimal): -4343570 or 15644861. OLE color: 15644861.
HSL color Cylindrical-coordinate representation of color #BDB8EE: hue angle of 245.56º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB8EE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 184 | 238 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.07 |
| HSL | 245.56º | 0.61% | 0.83% | - |
| HSV(B) | 245.56º | 0.23% | 0.93% | - |
| XYZ | 53.56 | 51.27 | 87.96 | - |
| YUV | 191.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 238 | 0.21 | 0.23 | 0 | 0.07 | 245.56 | 0.61 | 0.83 |
| Hex | BD | B8 | EE | 15 | 17 | 0 | 7 | F6 | 3D | 53 |
| Octal | 275 | 270 | 356 | 25 | 27 | 0 | 7 | 366 | 75 | 123 |
| Binary | 10111101 | 10111000 | 11101110 | 10101 | 10111 | 0 | 111 | 11110110 | 111101 | 1010011 |
Color Harmonies of #BDB8EE
Complementary color
Monochromatic Colors of #BDB8EE
Black with #BDB8EE
Text Example
Text Example
White with #BDB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8EE; }
p { color: rgb(189,184,238); }
H1.HeaderClassName
{
color: #BDB8EE;
}
.AnyTagClassName
{
color: #BDB8EE;
}
</style>
background-color css
<style>
a { background-color: #BDB8EE; }
a { background-color: rgb(189,184,238); }
div.DivClassName
{
background-color: #BDB8EE;
}
.BgClassName
{
background-color: #BDB8EE;
}
</style>
border-color css
<style>
span { border-color: #BDB8EE; }
span { border-color: rgb(189,184,238); }
td.TdClassName
{
border-color: #BDB8EE;
}
.TagClassName
{
border-color: #BDB8EE;
}
</style>