Shades of Lavender Grey #BCBCED
Tints of Lavender Grey #BCBCED
RGB
CMYK
RGB Variations
Color information
#BCBCED (or 0xBCBCED) is known color: Lavender Grey. HEX triplet: BC, BC and ED. RGB value is (188,188,237). Sum of RGB (Red+Green+Blue) = 188+188+237=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCBCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCED is #434312. Grayscale: #C1C1C1. Windows color (decimal): -4408083 or 15580348. OLE color: 15580348.
HSL color Cylindrical-coordinate representation of color #BCBCED: hue angle of 240º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCBCED is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 188 | 237 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.07 |
| HSL | 240º | 0.58% | 0.83% | - |
| HSV(B) | 240º | 0.21% | 0.93% | - |
| XYZ | 54.01 | 52.77 | 87.46 | - |
| YUV | 193.59 | 152.5 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 237 | 0.21 | 0.21 | 0 | 0.07 | 240 | 0.58 | 0.83 |
| Hex | BC | BC | ED | 15 | 15 | 0 | 7 | F0 | 3A | 53 |
| Octal | 274 | 274 | 355 | 25 | 25 | 0 | 7 | 360 | 72 | 123 |
| Binary | 10111100 | 10111100 | 11101101 | 10101 | 10101 | 0 | 111 | 11110000 | 111010 | 1010011 |
Color Harmonies of #BCBCED
Complementary color
Monochromatic Colors of #BCBCED
Black with #BCBCED
Text Example
Text Example
White with #BCBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCED; }
p { color: rgb(188,188,237); }
H1.HeaderClassName
{
color: #BCBCED;
}
.AnyTagClassName
{
color: #BCBCED;
}
</style>
background-color css
<style>
a { background-color: #BCBCED; }
a { background-color: rgb(188,188,237); }
div.DivClassName
{
background-color: #BCBCED;
}
.BgClassName
{
background-color: #BCBCED;
}
</style>
border-color css
<style>
span { border-color: #BCBCED; }
span { border-color: rgb(188,188,237); }
td.TdClassName
{
border-color: #BCBCED;
}
.TagClassName
{
border-color: #BCBCED;
}
</style>