Shades of Lavender Grey #BDBDEC
Tints of Lavender Grey #BDBDEC
RGB
CMYK
RGB Variations
Color information
#BDBDEC (or 0xBDBDEC) is known color: Lavender Grey. HEX triplet: BD, BD and EC. RGB value is (189,189,236). Sum of RGB (Red+Green+Blue) = 189+189+236=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDBDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDEC is #424213. Grayscale: #C2C2C2. Windows color (decimal): -4342292 or 15515069. OLE color: 15515069.
HSL color Cylindrical-coordinate representation of color #BDBDEC: hue angle of 240º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDBDEC is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 189 | 236 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.07 |
| HSL | 240º | 0.55% | 0.83% | - |
| HSV(B) | 240º | 0.2% | 0.93% | - |
| XYZ | 54.32 | 53.27 | 86.78 | - |
| YUV | 194.36 | 151.5 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 236 | 0.20 | 0.20 | 0 | 0.07 | 240 | 0.55 | 0.83 |
| Hex | BD | BD | EC | 14 | 14 | 0 | 7 | F0 | 37 | 53 |
| Octal | 275 | 275 | 354 | 24 | 24 | 0 | 7 | 360 | 67 | 123 |
| Binary | 10111101 | 10111101 | 11101100 | 10100 | 10100 | 0 | 111 | 11110000 | 110111 | 1010011 |
Color Harmonies of #BDBDEC
Complementary color
Monochromatic Colors of #BDBDEC
Black with #BDBDEC
Text Example
Text Example
White with #BDBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDEC; }
p { color: rgb(189,189,236); }
H1.HeaderClassName
{
color: #BDBDEC;
}
.AnyTagClassName
{
color: #BDBDEC;
}
</style>
background-color css
<style>
a { background-color: #BDBDEC; }
a { background-color: rgb(189,189,236); }
div.DivClassName
{
background-color: #BDBDEC;
}
.BgClassName
{
background-color: #BDBDEC;
}
</style>
border-color css
<style>
span { border-color: #BDBDEC; }
span { border-color: rgb(189,189,236); }
td.TdClassName
{
border-color: #BDBDEC;
}
.TagClassName
{
border-color: #BDBDEC;
}
</style>