Shades of Lavender Grey #BCBCEA
Tints of Lavender Grey #BCBCEA
RGB
CMYK
RGB Variations
Color information
#BCBCEA (or 0xBCBCEA) is known color: Lavender Grey. HEX triplet: BC, BC and EA. RGB value is (188,188,234). Sum of RGB (Red+Green+Blue) = 188+188+234=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCBCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCEA is #434315. Grayscale: #C1C1C1. Windows color (decimal): -4408086 or 15383740. OLE color: 15383740.
HSL color Cylindrical-coordinate representation of color #BCBCEA: hue angle of 240º degrees, saturation: 0.52, 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 #BCBCEA is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 188 | 234 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.08 |
| HSL | 240º | 0.52% | 0.83% | - |
| HSV(B) | 240º | 0.2% | 0.92% | - |
| XYZ | 53.57 | 52.6 | 85.17 | - |
| YUV | 193.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 234 | 0.20 | 0.20 | 0 | 0.08 | 240 | 0.52 | 0.83 |
| Hex | BC | BC | EA | 14 | 14 | 0 | 8 | F0 | 34 | 53 |
| Octal | 274 | 274 | 352 | 24 | 24 | 0 | 10 | 360 | 64 | 123 |
| Binary | 10111100 | 10111100 | 11101010 | 10100 | 10100 | 0 | 1000 | 11110000 | 110100 | 1010011 |
Color Harmonies of #BCBCEA
Complementary color
Monochromatic Colors of #BCBCEA
Black with #BCBCEA
Text Example
Text Example
White with #BCBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCEA; }
p { color: rgb(188,188,234); }
H1.HeaderClassName
{
color: #BCBCEA;
}
.AnyTagClassName
{
color: #BCBCEA;
}
</style>
background-color css
<style>
a { background-color: #BCBCEA; }
a { background-color: rgb(188,188,234); }
div.DivClassName
{
background-color: #BCBCEA;
}
.BgClassName
{
background-color: #BCBCEA;
}
</style>
border-color css
<style>
span { border-color: #BCBCEA; }
span { border-color: rgb(188,188,234); }
td.TdClassName
{
border-color: #BCBCEA;
}
.TagClassName
{
border-color: #BCBCEA;
}
</style>