#BEC3FA

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

Shades of Lavender Blue #BEC3FA

Tints of Lavender Blue #BEC3FA

Color information

#BEC3FA (or 0xBEC3FA) is unknown color: approx Lavender Blue. HEX triplet: BE, C3 and FA. RGB value is (190,195,250). Sum of RGB (Red+Green+Blue) = 190+195+250=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEC3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC3FA is #413C05. Grayscale: #C7C7C7. Windows color (decimal): -4275206 or 16434110. OLE color: 16434110.

HSL color Cylindrical-coordinate representation of color #BEC3FA: hue angle of 235º degrees, saturation: 0.86, 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 #BEC3FA is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190195250-
CMYK0.240.2200.02
HSL235º85.71%86.27%-
HSV(B)235º24%98.04%-
XYZ58.0156.8898.36-
YUV199.77156.34121.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 195 (76.56% from 255) = 30.71%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=29.92%
G=30.71%
B=39.37%

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
Decimal1901952500.240.2200.0223585.7186.27
HexBEC3FA181602eb5656
Octal276303372302602353126126
Binary10111110110000111111101011000101100101110101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3FA; }

 p { color: rgb(190,195,250); }

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

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

 a { background-color: rgb(190,195,250); }

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

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

 span { border-color: rgb(190,195,250); }

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