#BEC2F9

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

Shades of Lavender Blue #BEC2F9

Tints of Lavender Blue #BEC2F9

Color information

#BEC2F9 (or 0xBEC2F9) is unknown color: approx Lavender Blue. HEX triplet: BE, C2 and F9. RGB value is (190,194,249). Sum of RGB (Red+Green+Blue) = 190+194+249=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEC2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2F9 is #413D06. Grayscale: #C6C6C6. Windows color (decimal): -4275463 or 16368318. OLE color: 16368318.

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

Color convert

RGB190194249-
CMYK0.240.2200.02
HSL235.93º83.1%86.08%-
HSV(B)235.93º23.69%97.65%-
XYZ57.6356.3797.47-
YUV199.07156.17121.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 249 (97.66% from 255) = 39.34%
R=30.02%
G=30.65%
B=39.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901942490.240.2200.02235.9383.186.08
HexBEC2F9181602ec5356
Octal276302371302602354123126
Binary10111110110000101111100111000101100101110110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2F9; }

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

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

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

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

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

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

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

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