#BEC0F1

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

Shades of Lavender Blue #BEC0F1

Tints of Lavender Blue #BEC0F1

Color information

#BEC0F1 (or 0xBEC0F1) is unknown color: approx Lavender Blue. HEX triplet: BE, C0 and F1. RGB value is (190,192,241). Sum of RGB (Red+Green+Blue) = 190+192+241=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEC0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0F1 is #413F0E. Grayscale: #C4C4C4. Windows color (decimal): -4275983 or 15843518. OLE color: 15843518.

HSL color Cylindrical-coordinate representation of color #BEC0F1: hue angle of 237.65º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC0F1 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190192241-
CMYK0.210.2000.05
HSL237.65º64.56%84.51%-
HSV(B)237.65º21.16%94.51%-
XYZ55.965590.89-
YUV196.99152.84123.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 192 (75.39% from 255) = 30.82%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=30.50%
G=30.82%
B=38.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901922410.210.2000.05237.6564.5684.51
HexBEC0F1151405ee4155
Octal276300361252405356101125
Binary101111101100000011110001101011010001011110111010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0F1; }

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

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

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

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

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

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

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

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