#BEC7FA

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

Shades of Lavender Blue #BEC7FA

Tints of Lavender Blue #BEC7FA

Color information

#BEC7FA (or 0xBEC7FA) is unknown color: approx Lavender Blue. HEX triplet: BE, C7 and FA. RGB value is (190,199,250). Sum of RGB (Red+Green+Blue) = 190+199+250=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEC7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC7FA is #413805. Grayscale: #C9C9C9. Windows color (decimal): -4274182 or 16435134. OLE color: 16435134.

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

Color convert

RGB190199250-
CMYK0.240.2000.02
HSL231º85.71%86.27%-
HSV(B)231º24%98.04%-
XYZ58.9158.798.67-
YUV202.12155.02119.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 199 (78.12% from 255) = 31.14%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=29.73%
G=31.14%
B=39.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901992500.240.2000.0223185.7186.27
HexBEC7FA181402e75656
Octal276307372302402347126126
Binary10111110110001111111101011000101000101110011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7FA; }

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

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

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

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

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

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

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

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