#BEC1F1

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

Shades of Lavender Blue #BEC1F1

Tints of Lavender Blue #BEC1F1

Color information

#BEC1F1 (or 0xBEC1F1) is unknown color: approx Lavender Blue. HEX triplet: BE, C1 and F1. RGB value is (190,193,241). Sum of RGB (Red+Green+Blue) = 190+193+241=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEC1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1F1 is #413E0E. Grayscale: #C5C5C5. Windows color (decimal): -4275727 or 15843774. OLE color: 15843774.

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

Color convert

RGB190193241-
CMYK0.210.2000.05
HSL236.47º64.56%84.51%-
HSV(B)236.47º21.16%94.51%-
XYZ56.1855.4490.96-
YUV197.58152.51122.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 193 (75.78% from 255) = 30.93%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=30.45%
G=30.93%
B=38.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901932410.210.2000.05236.4764.5684.51
HexBEC1F1151405ec4155
Octal276301361252405354101125
Binary101111101100000111110001101011010001011110110010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1F1; }

 p { color: rgb(190,193,241); }

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

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

 a { background-color: rgb(190,193,241); }

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

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

 span { border-color: rgb(190,193,241); }

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