Shades of Lavender Blue #BEC1EF
Tints of Lavender Blue #BEC1EF
RGB
CMYK
RGB Variations
Color information
#BEC1EF (or 0xBEC1EF) is known color: Lavender Blue. HEX triplet: BE, C1 and EF. RGB value is (190,193,239). Sum of RGB (Red+Green+Blue) = 190+193+239=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEC1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1EF is #413E10. Grayscale: #C5C5C5. Windows color (decimal): -4275729 or 15712702. OLE color: 15712702.
HSL color Cylindrical-coordinate representation of color #BEC1EF: hue angle of 236.33º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC1EF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 193 | 239 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.06 |
| HSL | 236.33º | 0.6% | 0.84% | - |
| HSV(B) | 236.33º | 0.21% | 0.94% | - |
| XYZ | 55.89 | 55.32 | 89.39 | - |
| YUV | 197.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 239 | 0.21 | 0.19 | 0 | 0.06 | 236.33 | 0.6 | 0.84 |
| Hex | BE | C1 | EF | 15 | 13 | 0 | 6 | EC | 3C | 54 |
| Octal | 276 | 301 | 357 | 25 | 23 | 0 | 6 | 354 | 74 | 124 |
| Binary | 10111110 | 11000001 | 11101111 | 10101 | 10011 | 0 | 110 | 11101100 | 111100 | 1010100 |
Color Harmonies of #BEC1EF
Complementary color
Monochromatic Colors of #BEC1EF
Black with #BEC1EF
Text Example
Text Example
White with #BEC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1EF; }
p { color: rgb(190,193,239); }
H1.HeaderClassName
{
color: #BEC1EF;
}
.AnyTagClassName
{
color: #BEC1EF;
}
</style>
background-color css
<style>
a { background-color: #BEC1EF; }
a { background-color: rgb(190,193,239); }
div.DivClassName
{
background-color: #BEC1EF;
}
.BgClassName
{
background-color: #BEC1EF;
}
</style>
border-color css
<style>
span { border-color: #BEC1EF; }
span { border-color: rgb(190,193,239); }
td.TdClassName
{
border-color: #BEC1EF;
}
.TagClassName
{
border-color: #BEC1EF;
}
</style>