Shades of Lavender Grey #BDBCE8
Tints of Lavender Grey #BDBCE8
RGB
CMYK
RGB Variations
Color information
#BDBCE8 (or 0xBDBCE8) is known color: Lavender Grey. HEX triplet: BD, BC and E8. RGB value is (189,188,232). Sum of RGB (Red+Green+Blue) = 189+188+232=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDBCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCE8 is #424317. Grayscale: #C1C1C1. Windows color (decimal): -4342552 or 15252669. OLE color: 15252669.
HSL color Cylindrical-coordinate representation of color #BDBCE8: hue angle of 241.36º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDBCE8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 188 | 232 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.09 |
| HSL | 241.36º | 0.49% | 0.82% | - |
| HSV(B) | 241.36º | 0.19% | 0.91% | - |
| XYZ | 53.53 | 52.61 | 83.68 | - |
| YUV | 193.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 232 | 0.19 | 0.19 | 0 | 0.09 | 241.36 | 0.49 | 0.82 |
| Hex | BD | BC | E8 | 13 | 13 | 0 | 9 | F1 | 31 | 52 |
| Octal | 275 | 274 | 350 | 23 | 23 | 0 | 11 | 361 | 61 | 122 |
| Binary | 10111101 | 10111100 | 11101000 | 10011 | 10011 | 0 | 1001 | 11110001 | 110001 | 1010010 |
Color Harmonies of #BDBCE8
Complementary color
Monochromatic Colors of #BDBCE8
Black with #BDBCE8
Text Example
Text Example
White with #BDBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCE8; }
p { color: rgb(189,188,232); }
H1.HeaderClassName
{
color: #BDBCE8;
}
.AnyTagClassName
{
color: #BDBCE8;
}
</style>
background-color css
<style>
a { background-color: #BDBCE8; }
a { background-color: rgb(189,188,232); }
div.DivClassName
{
background-color: #BDBCE8;
}
.BgClassName
{
background-color: #BDBCE8;
}
</style>
border-color css
<style>
span { border-color: #BDBCE8; }
span { border-color: rgb(189,188,232); }
td.TdClassName
{
border-color: #BDBCE8;
}
.TagClassName
{
border-color: #BDBCE8;
}
</style>