Shades of Lavender Grey #BCBEE0
Tints of Lavender Grey #BCBEE0
RGB
CMYK
RGB Variations
Color information
#BCBEE0 (or 0xBCBEE0) is known color: Lavender Grey. HEX triplet: BC, BE and E0. RGB value is (188,190,224). Sum of RGB (Red+Green+Blue) = 188+190+224=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCBEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEE0 is #43411F. Grayscale: #C1C1C1. Windows color (decimal): -4407584 or 14728892. OLE color: 14728892.
HSL color Cylindrical-coordinate representation of color #BCBEE0: hue angle of 236.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBEE0 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 190 | 224 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.12 |
| HSL | 236.67º | 0.37% | 0.81% | - |
| HSV(B) | 236.67º | 0.16% | 0.88% | - |
| XYZ | 52.61 | 52.9 | 77.96 | - |
| YUV | 193.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 224 | 0.16 | 0.15 | 0 | 0.12 | 236.67 | 0.37 | 0.81 |
| Hex | BC | BE | E0 | 10 | F | 0 | C | ED | 25 | 51 |
| Octal | 274 | 276 | 340 | 20 | 17 | 0 | 14 | 355 | 45 | 121 |
| Binary | 10111100 | 10111110 | 11100000 | 10000 | 1111 | 0 | 1100 | 11101101 | 100101 | 1010001 |
Color Harmonies of #BCBEE0
Complementary color
Monochromatic Colors of #BCBEE0
Black with #BCBEE0
Text Example
Text Example
White with #BCBEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEE0; }
p { color: rgb(188,190,224); }
H1.HeaderClassName
{
color: #BCBEE0;
}
.AnyTagClassName
{
color: #BCBEE0;
}
</style>
background-color css
<style>
a { background-color: #BCBEE0; }
a { background-color: rgb(188,190,224); }
div.DivClassName
{
background-color: #BCBEE0;
}
.BgClassName
{
background-color: #BCBEE0;
}
</style>
border-color css
<style>
span { border-color: #BCBEE0; }
span { border-color: rgb(188,190,224); }
td.TdClassName
{
border-color: #BCBEE0;
}
.TagClassName
{
border-color: #BCBEE0;
}
</style>