Shades of Lavender Grey #BCBEE1
Tints of Lavender Grey #BCBEE1
RGB
CMYK
RGB Variations
Color information
#BCBEE1 (or 0xBCBEE1) is known color: Lavender Grey. HEX triplet: BC, BE and E1. RGB value is (188,190,225). Sum of RGB (Red+Green+Blue) = 188+190+225=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEE1 is #43411E. Grayscale: #C1C1C1. Windows color (decimal): -4407583 or 14794428. OLE color: 14794428.
HSL color Cylindrical-coordinate representation of color #BCBEE1: hue angle of 236.76º degrees, saturation: 0.38, 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 #BCBEE1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 190 | 225 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.12 |
| HSL | 236.76º | 0.38% | 0.81% | - |
| HSV(B) | 236.76º | 0.16% | 0.88% | - |
| XYZ | 52.74 | 52.95 | 78.68 | - |
| YUV | 193.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 225 | 0.16 | 0.16 | 0 | 0.12 | 236.76 | 0.38 | 0.81 |
| Hex | BC | BE | E1 | 10 | 10 | 0 | C | ED | 26 | 51 |
| Octal | 274 | 276 | 341 | 20 | 20 | 0 | 14 | 355 | 46 | 121 |
| Binary | 10111100 | 10111110 | 11100001 | 10000 | 10000 | 0 | 1100 | 11101101 | 100110 | 1010001 |
Color Harmonies of #BCBEE1
Complementary color
Monochromatic Colors of #BCBEE1
Black with #BCBEE1
Text Example
Text Example
White with #BCBEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEE1; }
p { color: rgb(188,190,225); }
H1.HeaderClassName
{
color: #BCBEE1;
}
.AnyTagClassName
{
color: #BCBEE1;
}
</style>
background-color css
<style>
a { background-color: #BCBEE1; }
a { background-color: rgb(188,190,225); }
div.DivClassName
{
background-color: #BCBEE1;
}
.BgClassName
{
background-color: #BCBEE1;
}
</style>
border-color css
<style>
span { border-color: #BCBEE1; }
span { border-color: rgb(188,190,225); }
td.TdClassName
{
border-color: #BCBEE1;
}
.TagClassName
{
border-color: #BCBEE1;
}
</style>