Shades of Lavender Grey #BCB8EC
Tints of Lavender Grey #BCB8EC
RGB
CMYK
RGB Variations
Color information
#BCB8EC (or 0xBCB8EC) is known color: Lavender Grey. HEX triplet: BC, B8 and EC. RGB value is (188,184,236). Sum of RGB (Red+Green+Blue) = 188+184+236=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCB8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB8EC is #434713. Grayscale: #BEBEBE. Windows color (decimal): -4409108 or 15513788. OLE color: 15513788.
HSL color Cylindrical-coordinate representation of color #BCB8EC: hue angle of 244.62º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB8EC is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 184 | 236 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.07 |
| HSL | 244.62º | 0.58% | 0.82% | - |
| HSV(B) | 244.62º | 0.22% | 0.93% | - |
| XYZ | 53.02 | 51.03 | 86.41 | - |
| YUV | 191.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 236 | 0.20 | 0.22 | 0 | 0.07 | 244.62 | 0.58 | 0.82 |
| Hex | BC | B8 | EC | 14 | 16 | 0 | 7 | F5 | 3A | 52 |
| Octal | 274 | 270 | 354 | 24 | 26 | 0 | 7 | 365 | 72 | 122 |
| Binary | 10111100 | 10111000 | 11101100 | 10100 | 10110 | 0 | 111 | 11110101 | 111010 | 1010010 |
Color Harmonies of #BCB8EC
Complementary color
Monochromatic Colors of #BCB8EC
Black with #BCB8EC
Text Example
Text Example
White with #BCB8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8EC; }
p { color: rgb(188,184,236); }
H1.HeaderClassName
{
color: #BCB8EC;
}
.AnyTagClassName
{
color: #BCB8EC;
}
</style>
background-color css
<style>
a { background-color: #BCB8EC; }
a { background-color: rgb(188,184,236); }
div.DivClassName
{
background-color: #BCB8EC;
}
.BgClassName
{
background-color: #BCB8EC;
}
</style>
border-color css
<style>
span { border-color: #BCB8EC; }
span { border-color: rgb(188,184,236); }
td.TdClassName
{
border-color: #BCB8EC;
}
.TagClassName
{
border-color: #BCB8EC;
}
</style>