Shades of Lavender Grey #BDBCE4
Tints of Lavender Grey #BDBCE4
RGB
CMYK
RGB Variations
Color information
#BDBCE4 (or 0xBDBCE4) is known color: Lavender Grey. HEX triplet: BD, BC and E4. RGB value is (189,188,228). Sum of RGB (Red+Green+Blue) = 189+188+228=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDBCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCE4 is #42431B. Grayscale: #C0C0C0. Windows color (decimal): -4342556 or 14990525. OLE color: 14990525.
HSL color Cylindrical-coordinate representation of color #BDBCE4: hue angle of 241.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDBCE4 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 188 | 228 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.11 |
| HSL | 241.5º | 0.43% | 0.82% | - |
| HSV(B) | 241.5º | 0.18% | 0.89% | - |
| XYZ | 52.97 | 52.39 | 80.72 | - |
| YUV | 192.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 228 | 0.17 | 0.18 | 0 | 0.11 | 241.5 | 0.43 | 0.82 |
| Hex | BD | BC | E4 | 11 | 12 | 0 | B | F2 | 2B | 52 |
| Octal | 275 | 274 | 344 | 21 | 22 | 0 | 13 | 362 | 53 | 122 |
| Binary | 10111101 | 10111100 | 11100100 | 10001 | 10010 | 0 | 1011 | 11110010 | 101011 | 1010010 |
Color Harmonies of #BDBCE4
Complementary color
Monochromatic Colors of #BDBCE4
Black with #BDBCE4
Text Example
Text Example
White with #BDBCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCE4; }
p { color: rgb(189,188,228); }
H1.HeaderClassName
{
color: #BDBCE4;
}
.AnyTagClassName
{
color: #BDBCE4;
}
</style>
background-color css
<style>
a { background-color: #BDBCE4; }
a { background-color: rgb(189,188,228); }
div.DivClassName
{
background-color: #BDBCE4;
}
.BgClassName
{
background-color: #BDBCE4;
}
</style>
border-color css
<style>
span { border-color: #BDBCE4; }
span { border-color: rgb(189,188,228); }
td.TdClassName
{
border-color: #BDBCE4;
}
.TagClassName
{
border-color: #BDBCE4;
}
</style>