Shades of Lavender Grey #BDB8EB
Tints of Lavender Grey #BDB8EB
RGB
CMYK
RGB Variations
Color information
#BDB8EB (or 0xBDB8EB) is known color: Lavender Grey. HEX triplet: BD, B8 and EB. RGB value is (189,184,235). Sum of RGB (Red+Green+Blue) = 189+184+235=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8EB is #424714. Grayscale: #BFBFBF. Windows color (decimal): -4343573 or 15448253. OLE color: 15448253.
HSL color Cylindrical-coordinate representation of color #BDB8EB: hue angle of 245.88º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB8EB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 184 | 235 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.08 |
| HSL | 245.88º | 0.56% | 0.82% | - |
| HSV(B) | 245.88º | 0.22% | 0.92% | - |
| XYZ | 53.12 | 51.1 | 85.66 | - |
| YUV | 191.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 235 | 0.20 | 0.22 | 0 | 0.08 | 245.88 | 0.56 | 0.82 |
| Hex | BD | B8 | EB | 14 | 16 | 0 | 8 | F6 | 38 | 52 |
| Octal | 275 | 270 | 353 | 24 | 26 | 0 | 10 | 366 | 70 | 122 |
| Binary | 10111101 | 10111000 | 11101011 | 10100 | 10110 | 0 | 1000 | 11110110 | 111000 | 1010010 |
Color Harmonies of #BDB8EB
Complementary color
Monochromatic Colors of #BDB8EB
Black with #BDB8EB
Text Example
Text Example
White with #BDB8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8EB; }
p { color: rgb(189,184,235); }
H1.HeaderClassName
{
color: #BDB8EB;
}
.AnyTagClassName
{
color: #BDB8EB;
}
</style>
background-color css
<style>
a { background-color: #BDB8EB; }
a { background-color: rgb(189,184,235); }
div.DivClassName
{
background-color: #BDB8EB;
}
.BgClassName
{
background-color: #BDB8EB;
}
</style>
border-color css
<style>
span { border-color: #BDB8EB; }
span { border-color: rgb(189,184,235); }
td.TdClassName
{
border-color: #BDB8EB;
}
.TagClassName
{
border-color: #BDB8EB;
}
</style>