Shades of Lavender Grey #BDBCDE
Tints of Lavender Grey #BDBCDE
RGB
CMYK
RGB Variations
Color information
#BDBCDE (or 0xBDBCDE) is known color: Lavender Grey. HEX triplet: BD, BC and DE. RGB value is (189,188,222). Sum of RGB (Red+Green+Blue) = 189+188+222=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDBCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCDE is #424321. Grayscale: #C0C0C0. Windows color (decimal): -4342562 or 14597309. OLE color: 14597309.
HSL color Cylindrical-coordinate representation of color #BDBCDE: hue angle of 241.76º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBCDE is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 188 | 222 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.13 |
| HSL | 241.76º | 0.34% | 0.8% | - |
| HSV(B) | 241.76º | 0.15% | 0.87% | - |
| XYZ | 52.15 | 52.06 | 76.41 | - |
| YUV | 192.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 222 | 0.15 | 0.15 | 0 | 0.13 | 241.76 | 0.34 | 0.8 |
| Hex | BD | BC | DE | F | F | 0 | D | F2 | 22 | 50 |
| Octal | 275 | 274 | 336 | 17 | 17 | 0 | 15 | 362 | 42 | 120 |
| Binary | 10111101 | 10111100 | 11011110 | 1111 | 1111 | 0 | 1101 | 11110010 | 100010 | 1010000 |
Color Harmonies of #BDBCDE
Complementary color
Monochromatic Colors of #BDBCDE
Black with #BDBCDE
Text Example
Text Example
White with #BDBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCDE; }
p { color: rgb(189,188,222); }
H1.HeaderClassName
{
color: #BDBCDE;
}
.AnyTagClassName
{
color: #BDBCDE;
}
</style>
background-color css
<style>
a { background-color: #BDBCDE; }
a { background-color: rgb(189,188,222); }
div.DivClassName
{
background-color: #BDBCDE;
}
.BgClassName
{
background-color: #BDBCDE;
}
</style>
border-color css
<style>
span { border-color: #BDBCDE; }
span { border-color: rgb(189,188,222); }
td.TdClassName
{
border-color: #BDBCDE;
}
.TagClassName
{
border-color: #BDBCDE;
}
</style>