#BEC8FA

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

Shades of Lavender Blue #BEC8FA

Tints of Lavender Blue #BEC8FA

Color information

#BEC8FA (or 0xBEC8FA) is unknown color: approx Lavender Blue. HEX triplet: BE, C8 and FA. RGB value is (190,200,250). Sum of RGB (Red+Green+Blue) = 190+200+250=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8FA is #413705. Grayscale: #CACACA. Windows color (decimal): -4273926 or 16435390. OLE color: 16435390.

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

Color convert

RGB190200250-
CMYK0.240.200.02
HSL230º85.71%86.27%-
HSV(B)230º24%98.04%-
XYZ59.1459.1698.74-
YUV202.71154.69118.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=29.69%
G=31.25%
B=39.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902002500.240.200.0223085.7186.27
HexBEC8FA181402e65656
Octal276310372302402346126126
Binary10111110110010001111101011000101000101110011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8FA; }

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

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

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

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

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

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

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

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