Shades of Lavender Grey #BCB6EC
Tints of Lavender Grey #BCB6EC
RGB
CMYK
RGB Variations
Color information
#BCB6EC (or 0xBCB6EC) is known color: Lavender Grey. HEX triplet: BC, B6 and EC. RGB value is (188,182,236). Sum of RGB (Red+Green+Blue) = 188+182+236=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6EC is #434913. Grayscale: #BDBDBD. Windows color (decimal): -4409620 or 15513276. OLE color: 15513276.
HSL color Cylindrical-coordinate representation of color #BCB6EC: hue angle of 246.67º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB6EC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 182 | 236 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.07 |
| HSL | 246.67º | 0.59% | 0.82% | - |
| HSV(B) | 246.67º | 0.23% | 0.93% | - |
| XYZ | 52.61 | 50.2 | 86.27 | - |
| YUV | 189.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 236 | 0.20 | 0.23 | 0 | 0.07 | 246.67 | 0.59 | 0.82 |
| Hex | BC | B6 | EC | 14 | 17 | 0 | 7 | F7 | 3B | 52 |
| Octal | 274 | 266 | 354 | 24 | 27 | 0 | 7 | 367 | 73 | 122 |
| Binary | 10111100 | 10110110 | 11101100 | 10100 | 10111 | 0 | 111 | 11110111 | 111011 | 1010010 |
Color Harmonies of #BCB6EC
Complementary color
Monochromatic Colors of #BCB6EC
Black with #BCB6EC
Text Example
Text Example
White with #BCB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6EC; }
p { color: rgb(188,182,236); }
H1.HeaderClassName
{
color: #BCB6EC;
}
.AnyTagClassName
{
color: #BCB6EC;
}
</style>
background-color css
<style>
a { background-color: #BCB6EC; }
a { background-color: rgb(188,182,236); }
div.DivClassName
{
background-color: #BCB6EC;
}
.BgClassName
{
background-color: #BCB6EC;
}
</style>
border-color css
<style>
span { border-color: #BCB6EC; }
span { border-color: rgb(188,182,236); }
td.TdClassName
{
border-color: #BCB6EC;
}
.TagClassName
{
border-color: #BCB6EC;
}
</style>