#BEC0EF

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

Shades of Lavender Blue #BEC0EF

Tints of Lavender Blue #BEC0EF

Color information

#BEC0EF (or 0xBEC0EF) is unknown color: approx Lavender Blue. HEX triplet: BE, C0 and EF. RGB value is (190,192,239). Sum of RGB (Red+Green+Blue) = 190+192+239=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0EF is #413F10. Grayscale: #C4C4C4. Windows color (decimal): -4275985 or 15712446. OLE color: 15712446.

HSL color Cylindrical-coordinate representation of color #BEC0EF: hue angle of 237.55º 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 #BEC0EF is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190192239-
CMYK0.210.2000.06
HSL237.55º60.49%84.12%-
HSV(B)237.55º20.5%93.73%-
XYZ55.6654.8889.32-
YUV196.76151.84123.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 192 (75.39% from 255) = 30.92%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=30.60%
G=30.92%
B=38.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901922390.210.2000.06237.5560.4984.12
HexBEC0EF151406ee3c54
Octal27630035725240635674124
Binary10111110110000001110111110101101000110111011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0EF; }

 p { color: rgb(190,192,239); }

 H1.HeaderClassName
 {
   color: #BEC0EF;
 }
 .AnyTagClassName
 {
   color: #BEC0EF;
 }
</style>
background-color css

<style>
 a { background-color: #BEC0EF; }

 a { background-color: rgb(190,192,239); }

 div.DivClassName
 {
   background-color: #BEC0EF;
 }
 .BgClassName
 {
   background-color: #BEC0EF;
 }
</style>
border-color css

<style>
 span { border-color: #BEC0EF; }

 span { border-color: rgb(190,192,239); }

 td.TdClassName
 {
   border-color: #BEC0EF;
 }
 .TagClassName
 {
   border-color: #BEC0EF;
 }
</style>