Shades of Lavender Grey #BCBDDE
Tints of Lavender Grey #BCBDDE
RGB
CMYK
RGB Variations
Color information
#BCBDDE (or 0xBCBDDE) is known color: Lavender Grey. HEX triplet: BC, BD and DE. RGB value is (188,189,222). Sum of RGB (Red+Green+Blue) = 188+189+222=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 189 (74.22% from 255 or 31.55% 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 #BCBDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDDE is #434221. Grayscale: #C0C0C0. Windows color (decimal): -4407842 or 14597564. OLE color: 14597564.
HSL color Cylindrical-coordinate representation of color #BCBDDE: hue angle of 238.24º 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 #BCBDDE is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 189 | 222 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.13 |
| HSL | 238.24º | 0.34% | 0.8% | - |
| HSV(B) | 238.24º | 0.15% | 0.87% | - |
| XYZ | 52.12 | 52.36 | 76.47 | - |
| YUV | 192.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 222 | 0.15 | 0.15 | 0 | 0.13 | 238.24 | 0.34 | 0.8 |
| Hex | BC | BD | DE | F | F | 0 | D | EE | 22 | 50 |
| Octal | 274 | 275 | 336 | 17 | 17 | 0 | 15 | 356 | 42 | 120 |
| Binary | 10111100 | 10111101 | 11011110 | 1111 | 1111 | 0 | 1101 | 11101110 | 100010 | 1010000 |
Color Harmonies of #BCBDDE
Complementary color
Monochromatic Colors of #BCBDDE
Black with #BCBDDE
Text Example
Text Example
White with #BCBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDDE; }
p { color: rgb(188,189,222); }
H1.HeaderClassName
{
color: #BCBDDE;
}
.AnyTagClassName
{
color: #BCBDDE;
}
</style>
background-color css
<style>
a { background-color: #BCBDDE; }
a { background-color: rgb(188,189,222); }
div.DivClassName
{
background-color: #BCBDDE;
}
.BgClassName
{
background-color: #BCBDDE;
}
</style>
border-color css
<style>
span { border-color: #BCBDDE; }
span { border-color: rgb(188,189,222); }
td.TdClassName
{
border-color: #BCBDDE;
}
.TagClassName
{
border-color: #BCBDDE;
}
</style>