Shades of Lavender Grey #BCBDEB
Tints of Lavender Grey #BCBDEB
RGB
CMYK
RGB Variations
Color information
#BCBDEB (or 0xBCBDEB) is known color: Lavender Grey. HEX triplet: BC, BD and EB. RGB value is (188,189,235). Sum of RGB (Red+Green+Blue) = 188+189+235=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCBDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDEB is #434214. Grayscale: #C1C1C1. Windows color (decimal): -4407829 or 15449532. OLE color: 15449532.
HSL color Cylindrical-coordinate representation of color #BCBDEB: hue angle of 238.72º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBDEB is Cyan = 0.2, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 189 | 235 | - |
| CMYK | 0.2 | 0.20 | 0 | 0.08 |
| HSL | 238.72º | 0.54% | 0.83% | - |
| HSV(B) | 238.72º | 0.2% | 0.92% | - |
| XYZ | 53.93 | 53.08 | 86 | - |
| YUV | 193.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 235 | 0.2 | 0.20 | 0 | 0.08 | 238.72 | 0.54 | 0.83 |
| Hex | BC | BD | EB | 14 | 14 | 0 | 8 | EF | 36 | 53 |
| Octal | 274 | 275 | 353 | 24 | 24 | 0 | 10 | 357 | 66 | 123 |
| Binary | 10111100 | 10111101 | 11101011 | 10100 | 10100 | 0 | 1000 | 11101111 | 110110 | 1010011 |
Color Harmonies of #BCBDEB
Complementary color
Monochromatic Colors of #BCBDEB
Black with #BCBDEB
Text Example
Text Example
White with #BCBDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDEB; }
p { color: rgb(188,189,235); }
H1.HeaderClassName
{
color: #BCBDEB;
}
.AnyTagClassName
{
color: #BCBDEB;
}
</style>
background-color css
<style>
a { background-color: #BCBDEB; }
a { background-color: rgb(188,189,235); }
div.DivClassName
{
background-color: #BCBDEB;
}
.BgClassName
{
background-color: #BCBDEB;
}
</style>
border-color css
<style>
span { border-color: #BCBDEB; }
span { border-color: rgb(188,189,235); }
td.TdClassName
{
border-color: #BCBDEB;
}
.TagClassName
{
border-color: #BCBDEB;
}
</style>