Shades of Lavender Grey #BDBFEC
Tints of Lavender Grey #BDBFEC
RGB
CMYK
RGB Variations
Color information
#BDBFEC (or 0xBDBFEC) is known color: Lavender Grey. HEX triplet: BD, BF and EC. RGB value is (189,191,236). Sum of RGB (Red+Green+Blue) = 189+191+236=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDBFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFEC is #424013. Grayscale: #C3C3C3. Windows color (decimal): -4341780 or 15515581. OLE color: 15515581.
HSL color Cylindrical-coordinate representation of color #BDBFEC: hue angle of 237.45º 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 #BDBFEC is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 191 | 236 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.07 |
| HSL | 237.45º | 0.55% | 0.83% | - |
| HSV(B) | 237.45º | 0.2% | 0.93% | - |
| XYZ | 54.76 | 54.14 | 86.92 | - |
| YUV | 195.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 236 | 0.20 | 0.19 | 0 | 0.07 | 237.45 | 0.55 | 0.83 |
| Hex | BD | BF | EC | 14 | 13 | 0 | 7 | ED | 37 | 53 |
| Octal | 275 | 277 | 354 | 24 | 23 | 0 | 7 | 355 | 67 | 123 |
| Binary | 10111101 | 10111111 | 11101100 | 10100 | 10011 | 0 | 111 | 11101101 | 110111 | 1010011 |
Color Harmonies of #BDBFEC
Complementary color
Monochromatic Colors of #BDBFEC
Black with #BDBFEC
Text Example
Text Example
White with #BDBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFEC; }
p { color: rgb(189,191,236); }
H1.HeaderClassName
{
color: #BDBFEC;
}
.AnyTagClassName
{
color: #BDBFEC;
}
</style>
background-color css
<style>
a { background-color: #BDBFEC; }
a { background-color: rgb(189,191,236); }
div.DivClassName
{
background-color: #BDBFEC;
}
.BgClassName
{
background-color: #BDBFEC;
}
</style>
border-color css
<style>
span { border-color: #BDBFEC; }
span { border-color: rgb(189,191,236); }
td.TdClassName
{
border-color: #BDBFEC;
}
.TagClassName
{
border-color: #BDBFEC;
}
</style>