Shades of Lavender Blue #BEC1F0
Tints of Lavender Blue #BEC1F0
RGB
CMYK
RGB Variations
Color information
#BEC1F0 (or 0xBEC1F0) is known color: Lavender Blue. HEX triplet: BE, C1 and F0. RGB value is (190,193,240). Sum of RGB (Red+Green+Blue) = 190+193+240=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEC1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1F0 is #413E0F. Grayscale: #C5C5C5. Windows color (decimal): -4275728 or 15778238. OLE color: 15778238.
HSL color Cylindrical-coordinate representation of color #BEC1F0: hue angle of 236.4º 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 #BEC1F0 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 193 | 240 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.06 |
| HSL | 236.4º | 0.63% | 0.84% | - |
| HSV(B) | 236.4º | 0.21% | 0.94% | - |
| XYZ | 56.03 | 55.38 | 90.17 | - |
| YUV | 197.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 240 | 0.21 | 0.20 | 0 | 0.06 | 236.4 | 0.63 | 0.84 |
| Hex | BE | C1 | F0 | 15 | 14 | 0 | 6 | EC | 3E | 54 |
| Octal | 276 | 301 | 360 | 25 | 24 | 0 | 6 | 354 | 76 | 124 |
| Binary | 10111110 | 11000001 | 11110000 | 10101 | 10100 | 0 | 110 | 11101100 | 111110 | 1010100 |
Color Harmonies of #BEC1F0
Complementary color
Monochromatic Colors of #BEC1F0
Black with #BEC1F0
Text Example
Text Example
White with #BEC1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1F0; }
p { color: rgb(190,193,240); }
H1.HeaderClassName
{
color: #BEC1F0;
}
.AnyTagClassName
{
color: #BEC1F0;
}
</style>
background-color css
<style>
a { background-color: #BEC1F0; }
a { background-color: rgb(190,193,240); }
div.DivClassName
{
background-color: #BEC1F0;
}
.BgClassName
{
background-color: #BEC1F0;
}
</style>
border-color css
<style>
span { border-color: #BEC1F0; }
span { border-color: rgb(190,193,240); }
td.TdClassName
{
border-color: #BEC1F0;
}
.TagClassName
{
border-color: #BEC1F0;
}
</style>