#BEC4FA

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

Shades of Lavender Blue #BEC4FA

Tints of Lavender Blue #BEC4FA

Color information

#BEC4FA (or 0xBEC4FA) is unknown color: approx Lavender Blue. HEX triplet: BE, C4 and FA. RGB value is (190,196,250). Sum of RGB (Red+Green+Blue) = 190+196+250=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEC4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4FA is #413B05. Grayscale: #C8C8C8. Windows color (decimal): -4274950 or 16434366. OLE color: 16434366.

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

Color convert

RGB190196250-
CMYK0.240.2200.02
HSL234º85.71%86.27%-
HSV(B)234º24%98.04%-
XYZ58.2357.3398.44-
YUV200.36156.01120.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.87%
GREEN value IS 196 (76.95% from 255) = 30.82%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=29.87%
G=30.82%
B=39.31%

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
Decimal1901962500.240.2200.0223485.7186.27
HexBEC4FA181602ea5656
Octal276304372302602352126126
Binary10111110110001001111101011000101100101110101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4FA; }

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

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

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

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

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

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

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

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