Shades of Lavender Grey #BDBCE0
Tints of Lavender Grey #BDBCE0
RGB
CMYK
RGB Variations
Color information
#BDBCE0 (or 0xBDBCE0) is known color: Lavender Grey. HEX triplet: BD, BC and E0. RGB value is (189,188,224). Sum of RGB (Red+Green+Blue) = 189+188+224=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDBCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCE0 is #42431F. Grayscale: #C0C0C0. Windows color (decimal): -4342560 or 14728381. OLE color: 14728381.
HSL color Cylindrical-coordinate representation of color #BDBCE0: hue angle of 241.67º degrees, saturation: 0.37, 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 #BDBCE0 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 188 | 224 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.12 |
| HSL | 241.67º | 0.37% | 0.81% | - |
| HSV(B) | 241.67º | 0.16% | 0.88% | - |
| XYZ | 52.42 | 52.17 | 77.83 | - |
| YUV | 192.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 224 | 0.16 | 0.16 | 0 | 0.12 | 241.67 | 0.37 | 0.81 |
| Hex | BD | BC | E0 | 10 | 10 | 0 | C | F2 | 25 | 51 |
| Octal | 275 | 274 | 340 | 20 | 20 | 0 | 14 | 362 | 45 | 121 |
| Binary | 10111101 | 10111100 | 11100000 | 10000 | 10000 | 0 | 1100 | 11110010 | 100101 | 1010001 |
Color Harmonies of #BDBCE0
Complementary color
Monochromatic Colors of #BDBCE0
Black with #BDBCE0
Text Example
Text Example
White with #BDBCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCE0; }
p { color: rgb(189,188,224); }
H1.HeaderClassName
{
color: #BDBCE0;
}
.AnyTagClassName
{
color: #BDBCE0;
}
</style>
background-color css
<style>
a { background-color: #BDBCE0; }
a { background-color: rgb(189,188,224); }
div.DivClassName
{
background-color: #BDBCE0;
}
.BgClassName
{
background-color: #BDBCE0;
}
</style>
border-color css
<style>
span { border-color: #BDBCE0; }
span { border-color: rgb(189,188,224); }
td.TdClassName
{
border-color: #BDBCE0;
}
.TagClassName
{
border-color: #BDBCE0;
}
</style>