#BEC0FB

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

Shades of Lavender Blue #BEC0FB

Tints of Lavender Blue #BEC0FB

Color information

#BEC0FB (or 0xBEC0FB) is unknown color: approx Lavender Blue. HEX triplet: BE, C0 and FB. RGB value is (190,192,251). Sum of RGB (Red+Green+Blue) = 190+192+251=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEC0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0FB is #413F04. Grayscale: #C5C5C5. Windows color (decimal): -4275973 or 16498878. OLE color: 16498878.

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

Color convert

RGB190192251-
CMYK0.240.2400.02
HSL238.03º88.41%86.47%-
HSV(B)238.03º24.3%98.43%-
XYZ57.555.6198.97-
YUV198.13157.84122.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=30.02%
G=30.33%
B=39.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901922510.240.2400.02238.0388.4186.47
HexBEC0FB181802ee5856
Octal276300373303002356130126
Binary10111110110000001111101111000110000101110111010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0FB; }

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

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

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

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

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

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

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

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