#BEA9EC

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

Shades of Melrose #BEA9EC

Tints of Melrose #BEA9EC

Color information

#BEA9EC (or 0xBEA9EC) is unknown color: approx Melrose. HEX triplet: BE, A9 and EC. RGB value is (190,169,236). Sum of RGB (Red+Green+Blue) = 190+169+236=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9EC is #415613. Grayscale: #B6B6B6. Windows color (decimal): -4281876 or 15509950. OLE color: 15509950.

HSL color Cylindrical-coordinate representation of color #BEA9EC: hue angle of 258.81º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEA9EC is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190169236-
CMYK0.190.2800.07
HSL258.81º63.81%79.41%-
HSV(B)258.81º28.39%92.55%-
XYZ50.5645.3885.45-
YUV182.92157.96133.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 169 (66.41% from 255) = 28.40%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=31.93%
G=28.40%
B=39.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901692360.190.2800.07258.8163.8179.41
HexBEA9EC131C07103404f
Octal276251354233407403100117
Binary1011111010101001111011001001111100011110000001110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9EC; }

 p { color: rgb(190,169,236); }

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

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

 a { background-color: rgb(190,169,236); }

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

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

 span { border-color: rgb(190,169,236); }

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