#BEC1FB

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

Shades of Lavender Blue #BEC1FB

Tints of Lavender Blue #BEC1FB

Color information

#BEC1FB (or 0xBEC1FB) is unknown color: approx Lavender Blue. HEX triplet: BE, C1 and FB. RGB value is (190,193,251). Sum of RGB (Red+Green+Blue) = 190+193+251=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEC1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1FB is #413E04. Grayscale: #C6C6C6. Windows color (decimal): -4275717 or 16499134. OLE color: 16499134.

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

Color convert

RGB190193251-
CMYK0.240.2300.02
HSL237.05º88.41%86.47%-
HSV(B)237.05º24.3%98.43%-
XYZ57.7256.0599.04-
YUV198.72157.51121.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.97%
GREEN value IS 193 (75.78% from 255) = 30.44%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=29.97%
G=30.44%
B=39.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901932510.240.2300.02237.0588.4186.47
HexBEC1FB181702ed5856
Octal276301373302702355130126
Binary10111110110000011111101111000101110101110110110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1FB; }

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

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

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

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

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

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

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

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