Shades of Lavender Grey #BCBEE9
Tints of Lavender Grey #BCBEE9
RGB
CMYK
RGB Variations
Color information
#BCBEE9 (or 0xBCBEE9) is known color: Lavender Grey. HEX triplet: BC, BE and E9. RGB value is (188,190,233). Sum of RGB (Red+Green+Blue) = 188+190+233=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCBEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEE9 is #434116. Grayscale: #C2C2C2. Windows color (decimal): -4407575 or 15318716. OLE color: 15318716.
HSL color Cylindrical-coordinate representation of color #BCBEE9: hue angle of 237.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBEE9 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 190 | 233 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.09 |
| HSL | 237.33º | 0.51% | 0.83% | - |
| HSV(B) | 237.33º | 0.19% | 0.91% | - |
| XYZ | 53.86 | 53.4 | 84.56 | - |
| YUV | 194.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 233 | 0.19 | 0.18 | 0 | 0.09 | 237.33 | 0.51 | 0.83 |
| Hex | BC | BE | E9 | 13 | 12 | 0 | 9 | ED | 33 | 53 |
| Octal | 274 | 276 | 351 | 23 | 22 | 0 | 11 | 355 | 63 | 123 |
| Binary | 10111100 | 10111110 | 11101001 | 10011 | 10010 | 0 | 1001 | 11101101 | 110011 | 1010011 |
Color Harmonies of #BCBEE9
Complementary color
Monochromatic Colors of #BCBEE9
Black with #BCBEE9
Text Example
Text Example
White with #BCBEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEE9; }
p { color: rgb(188,190,233); }
H1.HeaderClassName
{
color: #BCBEE9;
}
.AnyTagClassName
{
color: #BCBEE9;
}
</style>
background-color css
<style>
a { background-color: #BCBEE9; }
a { background-color: rgb(188,190,233); }
div.DivClassName
{
background-color: #BCBEE9;
}
.BgClassName
{
background-color: #BCBEE9;
}
</style>
border-color css
<style>
span { border-color: #BCBEE9; }
span { border-color: rgb(188,190,233); }
td.TdClassName
{
border-color: #BCBEE9;
}
.TagClassName
{
border-color: #BCBEE9;
}
</style>