Shades of Lavender Grey #BCBCEC
Tints of Lavender Grey #BCBCEC
RGB
CMYK
RGB Variations
Color information
#BCBCEC (or 0xBCBCEC) is known color: Lavender Grey. HEX triplet: BC, BC and EC. RGB value is (188,188,236). Sum of RGB (Red+Green+Blue) = 188+188+236=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCBCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCEC is #434313. Grayscale: #C1C1C1. Windows color (decimal): -4408084 or 15514812. OLE color: 15514812.
HSL color Cylindrical-coordinate representation of color #BCBCEC: hue angle of 240º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBCEC is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 188 | 236 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.07 |
| HSL | 240º | 0.56% | 0.83% | - |
| HSV(B) | 240º | 0.2% | 0.93% | - |
| XYZ | 53.86 | 52.71 | 86.69 | - |
| YUV | 193.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 236 | 0.20 | 0.20 | 0 | 0.07 | 240 | 0.56 | 0.83 |
| Hex | BC | BC | EC | 14 | 14 | 0 | 7 | F0 | 38 | 53 |
| Octal | 274 | 274 | 354 | 24 | 24 | 0 | 7 | 360 | 70 | 123 |
| Binary | 10111100 | 10111100 | 11101100 | 10100 | 10100 | 0 | 111 | 11110000 | 111000 | 1010011 |
Color Harmonies of #BCBCEC
Complementary color
Monochromatic Colors of #BCBCEC
Black with #BCBCEC
Text Example
Text Example
White with #BCBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCEC; }
p { color: rgb(188,188,236); }
H1.HeaderClassName
{
color: #BCBCEC;
}
.AnyTagClassName
{
color: #BCBCEC;
}
</style>
background-color css
<style>
a { background-color: #BCBCEC; }
a { background-color: rgb(188,188,236); }
div.DivClassName
{
background-color: #BCBCEC;
}
.BgClassName
{
background-color: #BCBCEC;
}
</style>
border-color css
<style>
span { border-color: #BCBCEC; }
span { border-color: rgb(188,188,236); }
td.TdClassName
{
border-color: #BCBCEC;
}
.TagClassName
{
border-color: #BCBCEC;
}
</style>