Shades of Lavender Blue #BEC1FF
Tints of Lavender Blue #BEC1FF
RGB
CMYK
RGB Variations
Color information
#BEC1FF (or 0xBEC1FF) is known color: Lavender Blue. HEX triplet: BE, C1 and FF. RGB value is (190,193,255). Sum of RGB (Red+Green+Blue) = 190+193+255=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 193 (75.78% from 255 or 30.25% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1FF is #413E00. Grayscale: #C6C6C6. Windows color (decimal): -4275713 or 16761278. OLE color: 16761278.
HSL color Cylindrical-coordinate representation of color #BEC1FF: hue angle of 237.23º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC1FF is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 193 | 255 | - |
| CMYK | 0.25 | 0.24 | 0 | 0 |
| HSL | 237.23º | 1% | 0.87% | - |
| HSV(B) | 237.23º | 0.25% | 1% | - |
| XYZ | 58.36 | 56.31 | 102.4 | - |
| YUV | 199.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 255 | 0.25 | 0.24 | 0 | 0 | 237.23 | 1 | 0.87 |
| Hex | BE | C1 | FF | 19 | 18 | 0 | 0 | ED | 64 | 57 |
| Octal | 276 | 301 | 377 | 31 | 30 | 0 | 0 | 355 | 144 | 127 |
| Binary | 10111110 | 11000001 | 11111111 | 11001 | 11000 | 0 | 0 | 11101101 | 1100100 | 1010111 |
Color Harmonies of #BEC1FF
Complementary color
Monochromatic Colors of #BEC1FF
Black with #BEC1FF
Text Example
Text Example
White with #BEC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1FF; }
p { color: rgb(190,193,255); }
H1.HeaderClassName
{
color: #BEC1FF;
}
.AnyTagClassName
{
color: #BEC1FF;
}
</style>
background-color css
<style>
a { background-color: #BEC1FF; }
a { background-color: rgb(190,193,255); }
div.DivClassName
{
background-color: #BEC1FF;
}
.BgClassName
{
background-color: #BEC1FF;
}
</style>
border-color css
<style>
span { border-color: #BEC1FF; }
span { border-color: rgb(190,193,255); }
td.TdClassName
{
border-color: #BEC1FF;
}
.TagClassName
{
border-color: #BEC1FF;
}
</style>