#BEC1F9

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

Shades of Lavender Blue #BEC1F9

Tints of Lavender Blue #BEC1F9

Color information

#BEC1F9 (or 0xBEC1F9) is unknown color: approx Lavender Blue. HEX triplet: BE, C1 and F9. RGB value is (190,193,249). Sum of RGB (Red+Green+Blue) = 190+193+249=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEC1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1F9 is #413E06. Grayscale: #C6C6C6. Windows color (decimal): -4275719 or 16368062. OLE color: 16368062.

HSL color Cylindrical-coordinate representation of color #BEC1F9: hue angle of 236.95º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEC1F9 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190193249-
CMYK0.240.2200.02
HSL236.95º83.1%86.08%-
HSV(B)236.95º23.69%97.65%-
XYZ57.455.9397.39-
YUV198.49156.51121.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 193 (75.78% from 255) = 30.54%
BLUE value IS 249 (97.66% from 255) = 39.40%
R=30.06%
G=30.54%
B=39.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901932490.240.2200.02236.9583.186.08
HexBEC1F9181602ed5356
Octal276301371302602355123126
Binary10111110110000011111100111000101100101110110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1F9; }

 p { color: rgb(190,193,249); }

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

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

 a { background-color: rgb(190,193,249); }

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

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

 span { border-color: rgb(190,193,249); }

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