Shades of Lavender Blue #BEC1FE
Tints of Lavender Blue #BEC1FE
RGB
CMYK
RGB Variations
Color information
#BEC1FE (or 0xBEC1FE) is known color: Lavender Blue. HEX triplet: BE, C1 and FE. RGB value is (190,193,254). Sum of RGB (Red+Green+Blue) = 190+193+254=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1FE is #413E01. Grayscale: #C6C6C6. Windows color (decimal): -4275714 or 16695742. OLE color: 16695742.
HSL color Cylindrical-coordinate representation of color #BEC1FE: hue angle of 237.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC1FE is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 193 | 254 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.00 |
| HSL | 237.19º | 0.97% | 0.87% | - |
| HSV(B) | 237.19º | 0.25% | 1% | - |
| XYZ | 58.19 | 56.24 | 101.55 | - |
| YUV | 199.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 254 | 0.25 | 0.24 | 0 | 0.00 | 237.19 | 0.97 | 0.87 |
| Hex | BE | C1 | FE | 19 | 18 | 0 | 0 | ED | 61 | 57 |
| Octal | 276 | 301 | 376 | 31 | 30 | 0 | 0 | 355 | 141 | 127 |
| Binary | 10111110 | 11000001 | 11111110 | 11001 | 11000 | 0 | 0 | 11101101 | 1100001 | 1010111 |
Color Harmonies of #BEC1FE
Complementary color
Monochromatic Colors of #BEC1FE
Black with #BEC1FE
Text Example
Text Example
White with #BEC1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1FE; }
p { color: rgb(190,193,254); }
H1.HeaderClassName
{
color: #BEC1FE;
}
.AnyTagClassName
{
color: #BEC1FE;
}
</style>
background-color css
<style>
a { background-color: #BEC1FE; }
a { background-color: rgb(190,193,254); }
div.DivClassName
{
background-color: #BEC1FE;
}
.BgClassName
{
background-color: #BEC1FE;
}
</style>
border-color css
<style>
span { border-color: #BEC1FE; }
span { border-color: rgb(190,193,254); }
td.TdClassName
{
border-color: #BEC1FE;
}
.TagClassName
{
border-color: #BEC1FE;
}
</style>