#BEC0EA

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

Shades of Lavender Grey #BEC0EA

Tints of Lavender Grey #BEC0EA

Color information

#BEC0EA (or 0xBEC0EA) is unknown color: approx Lavender Grey. HEX triplet: BE, C0 and EA. RGB value is (190,192,234). Sum of RGB (Red+Green+Blue) = 190+192+234=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0EA is #413F15. Grayscale: #C4C4C4. Windows color (decimal): -4275990 or 15384766. OLE color: 15384766.

HSL color Cylindrical-coordinate representation of color #BEC0EA: hue angle of 237.27º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC0EA is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190192234-
CMYK0.190.1800.08
HSL237.27º51.16%83.14%-
HSV(B)237.27º18.8%91.76%-
XYZ54.9454.5985.48-
YUV196.19149.34123.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 192 (75.39% from 255) = 31.17%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=30.84%
G=31.17%
B=37.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901922340.190.1800.08237.2751.1683.14
HexBEC0EA131208ed3353
Octal276300352232201035563123
Binary101111101100000011101010100111001001000111011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0EA; }

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

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

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

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

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

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

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

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