Shades of Lavender Grey #BCBADF
Tints of Lavender Grey #BCBADF
RGB
CMYK
RGB Variations
Color information
#BCBADF (or 0xBCBADF) is known color: Lavender Grey. HEX triplet: BC, BA and DF. RGB value is (188,186,223). Sum of RGB (Red+Green+Blue) = 188+186+223=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCBADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBADF is #434520. Grayscale: #BEBEBE. Windows color (decimal): -4408609 or 14662332. OLE color: 14662332.
HSL color Cylindrical-coordinate representation of color #BCBADF: hue angle of 243.24º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCBADF is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 186 | 223 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.13 |
| HSL | 243.24º | 0.37% | 0.8% | - |
| HSV(B) | 243.24º | 0.17% | 0.87% | - |
| XYZ | 51.62 | 51.14 | 76.96 | - |
| YUV | 190.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 223 | 0.16 | 0.17 | 0 | 0.13 | 243.24 | 0.37 | 0.8 |
| Hex | BC | BA | DF | 10 | 11 | 0 | D | F3 | 25 | 50 |
| Octal | 274 | 272 | 337 | 20 | 21 | 0 | 15 | 363 | 45 | 120 |
| Binary | 10111100 | 10111010 | 11011111 | 10000 | 10001 | 0 | 1101 | 11110011 | 100101 | 1010000 |
Color Harmonies of #BCBADF
Complementary color
Monochromatic Colors of #BCBADF
Black with #BCBADF
Text Example
Text Example
White with #BCBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBADF; }
p { color: rgb(188,186,223); }
H1.HeaderClassName
{
color: #BCBADF;
}
.AnyTagClassName
{
color: #BCBADF;
}
</style>
background-color css
<style>
a { background-color: #BCBADF; }
a { background-color: rgb(188,186,223); }
div.DivClassName
{
background-color: #BCBADF;
}
.BgClassName
{
background-color: #BCBADF;
}
</style>
border-color css
<style>
span { border-color: #BCBADF; }
span { border-color: rgb(188,186,223); }
td.TdClassName
{
border-color: #BCBADF;
}
.TagClassName
{
border-color: #BCBADF;
}
</style>