#BEC3F3

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

Shades of Lavender Blue #BEC3F3

Tints of Lavender Blue #BEC3F3

Color information

#BEC3F3 (or 0xBEC3F3) is unknown color: approx Lavender Blue. HEX triplet: BE, C3 and F3. RGB value is (190,195,243). Sum of RGB (Red+Green+Blue) = 190+195+243=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEC3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC3F3 is #413C0C. Grayscale: #C6C6C6. Windows color (decimal): -4275213 or 15975358. OLE color: 15975358.

HSL color Cylindrical-coordinate representation of color #BEC3F3: hue angle of 234.34º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEC3F3 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190195243-
CMYK0.220.2000.05
HSL234.34º68.83%84.9%-
HSV(B)234.34º21.81%95.29%-
XYZ56.9356.4592.69-
YUV198.98152.84121.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 195 (76.56% from 255) = 31.05%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=30.25%
G=31.05%
B=38.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901952430.220.2000.05234.3468.8384.9
HexBEC3F3161405ea4555
Octal276303363262405352105125
Binary101111101100001111110011101101010001011110101010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3F3; }

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

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

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

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

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

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

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

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