Shades of Lavender Grey #BCBEE8
Tints of Lavender Grey #BCBEE8
RGB
CMYK
RGB Variations
Color information
#BCBEE8 (or 0xBCBEE8) is known color: Lavender Grey. HEX triplet: BC, BE and E8. RGB value is (188,190,232). Sum of RGB (Red+Green+Blue) = 188+190+232=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEE8 is #434117. Grayscale: #C2C2C2. Windows color (decimal): -4407576 or 15253180. OLE color: 15253180.
HSL color Cylindrical-coordinate representation of color #BCBEE8: hue angle of 237.27º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBEE8 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 190 | 232 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.09 |
| HSL | 237.27º | 0.49% | 0.82% | - |
| HSV(B) | 237.27º | 0.19% | 0.91% | - |
| XYZ | 53.72 | 53.34 | 83.81 | - |
| YUV | 194.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 232 | 0.19 | 0.18 | 0 | 0.09 | 237.27 | 0.49 | 0.82 |
| Hex | BC | BE | E8 | 13 | 12 | 0 | 9 | ED | 31 | 52 |
| Octal | 274 | 276 | 350 | 23 | 22 | 0 | 11 | 355 | 61 | 122 |
| Binary | 10111100 | 10111110 | 11101000 | 10011 | 10010 | 0 | 1001 | 11101101 | 110001 | 1010010 |
Color Harmonies of #BCBEE8
Complementary color
Monochromatic Colors of #BCBEE8
Black with #BCBEE8
Text Example
Text Example
White with #BCBEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEE8; }
p { color: rgb(188,190,232); }
H1.HeaderClassName
{
color: #BCBEE8;
}
.AnyTagClassName
{
color: #BCBEE8;
}
</style>
background-color css
<style>
a { background-color: #BCBEE8; }
a { background-color: rgb(188,190,232); }
div.DivClassName
{
background-color: #BCBEE8;
}
.BgClassName
{
background-color: #BCBEE8;
}
</style>
border-color css
<style>
span { border-color: #BCBEE8; }
span { border-color: rgb(188,190,232); }
td.TdClassName
{
border-color: #BCBEE8;
}
.TagClassName
{
border-color: #BCBEE8;
}
</style>