Shades of Lavender Grey #BEC1E8
Tints of Lavender Grey #BEC1E8
RGB
CMYK
RGB Variations
Color information
#BEC1E8 (or 0xBEC1E8) is known color: Lavender Grey. HEX triplet: BE, C1 and E8. RGB value is (190,193,232). Sum of RGB (Red+Green+Blue) = 190+193+232=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEC1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1E8 is #413E17. Grayscale: #C4C4C4. Windows color (decimal): -4275736 or 15253950. OLE color: 15253950.
HSL color Cylindrical-coordinate representation of color #BEC1E8: hue angle of 235.71º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEC1E8 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 193 | 232 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.09 |
| HSL | 235.71º | 0.48% | 0.83% | - |
| HSV(B) | 235.71º | 0.18% | 0.91% | - |
| XYZ | 54.87 | 54.91 | 84.05 | - |
| YUV | 196.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 232 | 0.18 | 0.17 | 0 | 0.09 | 235.71 | 0.48 | 0.83 |
| Hex | BE | C1 | E8 | 12 | 11 | 0 | 9 | EC | 30 | 53 |
| Octal | 276 | 301 | 350 | 22 | 21 | 0 | 11 | 354 | 60 | 123 |
| Binary | 10111110 | 11000001 | 11101000 | 10010 | 10001 | 0 | 1001 | 11101100 | 110000 | 1010011 |
Color Harmonies of #BEC1E8
Complementary color
Monochromatic Colors of #BEC1E8
Black with #BEC1E8
Text Example
Text Example
White with #BEC1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1E8; }
p { color: rgb(190,193,232); }
H1.HeaderClassName
{
color: #BEC1E8;
}
.AnyTagClassName
{
color: #BEC1E8;
}
</style>
background-color css
<style>
a { background-color: #BEC1E8; }
a { background-color: rgb(190,193,232); }
div.DivClassName
{
background-color: #BEC1E8;
}
.BgClassName
{
background-color: #BEC1E8;
}
</style>
border-color css
<style>
span { border-color: #BEC1E8; }
span { border-color: rgb(190,193,232); }
td.TdClassName
{
border-color: #BEC1E8;
}
.TagClassName
{
border-color: #BEC1E8;
}
</style>