Shades of Lavender Grey #BDBCEC
Tints of Lavender Grey #BDBCEC
RGB
CMYK
RGB Variations
Color information
#BDBCEC (or 0xBDBCEC) is known color: Lavender Grey. HEX triplet: BD, BC and EC. RGB value is (189,188,236). Sum of RGB (Red+Green+Blue) = 189+188+236=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDBCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCEC is #424313. Grayscale: #C1C1C1. Windows color (decimal): -4342548 or 15514813. OLE color: 15514813.
HSL color Cylindrical-coordinate representation of color #BDBCEC: hue angle of 241.25º degrees, saturation: 0.56, 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 #BDBCEC is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 188 | 236 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.07 |
| HSL | 241.25º | 0.56% | 0.83% | - |
| HSV(B) | 241.25º | 0.2% | 0.93% | - |
| XYZ | 54.11 | 52.84 | 86.7 | - |
| YUV | 193.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 236 | 0.20 | 0.20 | 0 | 0.07 | 241.25 | 0.56 | 0.83 |
| Hex | BD | BC | EC | 14 | 14 | 0 | 7 | F1 | 38 | 53 |
| Octal | 275 | 274 | 354 | 24 | 24 | 0 | 7 | 361 | 70 | 123 |
| Binary | 10111101 | 10111100 | 11101100 | 10100 | 10100 | 0 | 111 | 11110001 | 111000 | 1010011 |
Color Harmonies of #BDBCEC
Complementary color
Monochromatic Colors of #BDBCEC
Black with #BDBCEC
Text Example
Text Example
White with #BDBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCEC; }
p { color: rgb(189,188,236); }
H1.HeaderClassName
{
color: #BDBCEC;
}
.AnyTagClassName
{
color: #BDBCEC;
}
</style>
background-color css
<style>
a { background-color: #BDBCEC; }
a { background-color: rgb(189,188,236); }
div.DivClassName
{
background-color: #BDBCEC;
}
.BgClassName
{
background-color: #BDBCEC;
}
</style>
border-color css
<style>
span { border-color: #BDBCEC; }
span { border-color: rgb(189,188,236); }
td.TdClassName
{
border-color: #BDBCEC;
}
.TagClassName
{
border-color: #BDBCEC;
}
</style>