Shades of Lavender Grey #BCBCEF
Tints of Lavender Grey #BCBCEF
RGB
CMYK
RGB Variations
Color information
#BCBCEF (or 0xBCBCEF) is known color: Lavender Grey. HEX triplet: BC, BC and EF. RGB value is (188,188,239). Sum of RGB (Red+Green+Blue) = 188+188+239=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCBCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCEF is #434310. Grayscale: #C1C1C1. Windows color (decimal): -4408081 or 15711420. OLE color: 15711420.
HSL color Cylindrical-coordinate representation of color #BCBCEF: hue angle of 240º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCBCEF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 188 | 239 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.06 |
| HSL | 240º | 0.61% | 0.84% | - |
| HSV(B) | 240º | 0.21% | 0.94% | - |
| XYZ | 54.3 | 52.89 | 89.01 | - |
| YUV | 193.81 | 153.5 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 239 | 0.21 | 0.21 | 0 | 0.06 | 240 | 0.61 | 0.84 |
| Hex | BC | BC | EF | 15 | 15 | 0 | 6 | F0 | 3D | 54 |
| Octal | 274 | 274 | 357 | 25 | 25 | 0 | 6 | 360 | 75 | 124 |
| Binary | 10111100 | 10111100 | 11101111 | 10101 | 10101 | 0 | 110 | 11110000 | 111101 | 1010100 |
Color Harmonies of #BCBCEF
Complementary color
Monochromatic Colors of #BCBCEF
Black with #BCBCEF
Text Example
Text Example
White with #BCBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCEF; }
p { color: rgb(188,188,239); }
H1.HeaderClassName
{
color: #BCBCEF;
}
.AnyTagClassName
{
color: #BCBCEF;
}
</style>
background-color css
<style>
a { background-color: #BCBCEF; }
a { background-color: rgb(188,188,239); }
div.DivClassName
{
background-color: #BCBCEF;
}
.BgClassName
{
background-color: #BCBCEF;
}
</style>
border-color css
<style>
span { border-color: #BCBCEF; }
span { border-color: rgb(188,188,239); }
td.TdClassName
{
border-color: #BCBCEF;
}
.TagClassName
{
border-color: #BCBCEF;
}
</style>