#BEC1EF

Color #BEC1EF Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #BEC1EF

Tints of Lavender Blue #BEC1EF

Color information

#BEC1EF (or 0xBEC1EF) is unknown color: approx 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

RGB190193239-
CMYK0.210.1900.06
HSL236.33º60.49%84.12%-
HSV(B)236.33º20.5%93.73%-
XYZ55.8955.3289.39-
YUV197.35151.51122.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 193 (75.78% from 255) = 31.03%
BLUE value IS 239 (93.75% from 255) = 38.42%
R=30.55%
G=31.03%
B=38.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901932390.210.1900.06236.3360.4984.12
HexBEC1EF151306ec3c54
Octal27630135725230635474124
Binary10111110110000011110111110101100110110111011001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>