#BEC2F3

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

Shades of Lavender Blue #BEC2F3

Tints of Lavender Blue #BEC2F3

Color information

#BEC2F3 (or 0xBEC2F3) is unknown color: approx Lavender Blue. HEX triplet: BE, C2 and F3. RGB value is (190,194,243). Sum of RGB (Red+Green+Blue) = 190+194+243=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEC2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2F3 is #413D0C. Grayscale: #C6C6C6. Windows color (decimal): -4275469 or 15975102. OLE color: 15975102.

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

Color convert

RGB190194243-
CMYK0.220.2000.05
HSL235.47º68.83%84.9%-
HSV(B)235.47º21.81%95.29%-
XYZ56.75692.61-
YUV198.39153.17122.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=30.30%
G=30.94%
B=38.76%

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
Decimal1901942430.220.2000.05235.4768.8384.9
HexBEC2F3161405eb4555
Octal276302363262405353105125
Binary101111101100001011110011101101010001011110101110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2F3; }

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

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

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

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

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

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

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

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