Shades of Lavender Grey #BDBCE1
Tints of Lavender Grey #BDBCE1
RGB
CMYK
RGB Variations
Color information
#BDBCE1 (or 0xBDBCE1) is known color: Lavender Grey. HEX triplet: BD, BC and E1. RGB value is (189,188,225). Sum of RGB (Red+Green+Blue) = 189+188+225=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCE1 is #42431E. Grayscale: #C0C0C0. Windows color (decimal): -4342559 or 14793917. OLE color: 14793917.
HSL color Cylindrical-coordinate representation of color #BDBCE1: hue angle of 241.62º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBCE1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 188 | 225 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.12 |
| HSL | 241.62º | 0.38% | 0.81% | - |
| HSV(B) | 241.62º | 0.16% | 0.88% | - |
| XYZ | 52.56 | 52.22 | 78.54 | - |
| YUV | 192.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 225 | 0.16 | 0.16 | 0 | 0.12 | 241.62 | 0.38 | 0.81 |
| Hex | BD | BC | E1 | 10 | 10 | 0 | C | F2 | 26 | 51 |
| Octal | 275 | 274 | 341 | 20 | 20 | 0 | 14 | 362 | 46 | 121 |
| Binary | 10111101 | 10111100 | 11100001 | 10000 | 10000 | 0 | 1100 | 11110010 | 100110 | 1010001 |
Color Harmonies of #BDBCE1
Complementary color
Monochromatic Colors of #BDBCE1
Black with #BDBCE1
Text Example
Text Example
White with #BDBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCE1; }
p { color: rgb(189,188,225); }
H1.HeaderClassName
{
color: #BDBCE1;
}
.AnyTagClassName
{
color: #BDBCE1;
}
</style>
background-color css
<style>
a { background-color: #BDBCE1; }
a { background-color: rgb(189,188,225); }
div.DivClassName
{
background-color: #BDBCE1;
}
.BgClassName
{
background-color: #BDBCE1;
}
</style>
border-color css
<style>
span { border-color: #BDBCE1; }
span { border-color: rgb(189,188,225); }
td.TdClassName
{
border-color: #BDBCE1;
}
.TagClassName
{
border-color: #BDBCE1;
}
</style>