Shades of Lavender Blue #BEC0F0
Tints of Lavender Blue #BEC0F0
RGB
CMYK
RGB Variations
Color information
#BEC0F0 (or 0xBEC0F0) is known color: Lavender Blue. HEX triplet: BE, C0 and F0. RGB value is (190,192,240). Sum of RGB (Red+Green+Blue) = 190+192+240=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEC0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0F0 is #413F0F. Grayscale: #C4C4C4. Windows color (decimal): -4275984 or 15777982. OLE color: 15777982.
HSL color Cylindrical-coordinate representation of color #BEC0F0: hue angle of 237.6º degrees, saturation: 0.62, 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 #BEC0F0 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 192 | 240 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.06 |
| HSL | 237.6º | 0.63% | 0.84% | - |
| HSV(B) | 237.6º | 0.21% | 0.94% | - |
| XYZ | 55.81 | 54.94 | 90.1 | - |
| YUV | 196.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 240 | 0.21 | 0.20 | 0 | 0.06 | 237.6 | 0.63 | 0.84 |
| Hex | BE | C0 | F0 | 15 | 14 | 0 | 6 | EE | 3E | 54 |
| Octal | 276 | 300 | 360 | 25 | 24 | 0 | 6 | 356 | 76 | 124 |
| Binary | 10111110 | 11000000 | 11110000 | 10101 | 10100 | 0 | 110 | 11101110 | 111110 | 1010100 |
Color Harmonies of #BEC0F0
Complementary color
Monochromatic Colors of #BEC0F0
Black with #BEC0F0
Text Example
Text Example
White with #BEC0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0F0; }
p { color: rgb(190,192,240); }
H1.HeaderClassName
{
color: #BEC0F0;
}
.AnyTagClassName
{
color: #BEC0F0;
}
</style>
background-color css
<style>
a { background-color: #BEC0F0; }
a { background-color: rgb(190,192,240); }
div.DivClassName
{
background-color: #BEC0F0;
}
.BgClassName
{
background-color: #BEC0F0;
}
</style>
border-color css
<style>
span { border-color: #BEC0F0; }
span { border-color: rgb(190,192,240); }
td.TdClassName
{
border-color: #BEC0F0;
}
.TagClassName
{
border-color: #BEC0F0;
}
</style>