Shades of Lavender Grey #BCBADE
Tints of Lavender Grey #BCBADE
RGB
CMYK
RGB Variations
Color information
#BCBADE (or 0xBCBADE) is known color: Lavender Grey. HEX triplet: BC, BA and DE. RGB value is (188,186,222). Sum of RGB (Red+Green+Blue) = 188+186+222=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBADE is #434521. Grayscale: #BEBEBE. Windows color (decimal): -4408610 or 14596796. OLE color: 14596796.
HSL color Cylindrical-coordinate representation of color #BCBADE: hue angle of 243.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBADE is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 186 | 222 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.13 |
| HSL | 243.33º | 0.35% | 0.8% | - |
| HSV(B) | 243.33º | 0.16% | 0.87% | - |
| XYZ | 51.48 | 51.08 | 76.25 | - |
| YUV | 190.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 222 | 0.15 | 0.16 | 0 | 0.13 | 243.33 | 0.35 | 0.8 |
| Hex | BC | BA | DE | F | 10 | 0 | D | F3 | 23 | 50 |
| Octal | 274 | 272 | 336 | 17 | 20 | 0 | 15 | 363 | 43 | 120 |
| Binary | 10111100 | 10111010 | 11011110 | 1111 | 10000 | 0 | 1101 | 11110011 | 100011 | 1010000 |
Color Harmonies of #BCBADE
Complementary color
Monochromatic Colors of #BCBADE
Black with #BCBADE
Text Example
Text Example
White with #BCBADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBADE; }
p { color: rgb(188,186,222); }
H1.HeaderClassName
{
color: #BCBADE;
}
.AnyTagClassName
{
color: #BCBADE;
}
</style>
background-color css
<style>
a { background-color: #BCBADE; }
a { background-color: rgb(188,186,222); }
div.DivClassName
{
background-color: #BCBADE;
}
.BgClassName
{
background-color: #BCBADE;
}
</style>
border-color css
<style>
span { border-color: #BCBADE; }
span { border-color: rgb(188,186,222); }
td.TdClassName
{
border-color: #BCBADE;
}
.TagClassName
{
border-color: #BCBADE;
}
</style>