#BEAAEA

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

Shades of Melrose #BEAAEA

Tints of Melrose #BEAAEA

Color information

#BEAAEA (or 0xBEAAEA) is unknown color: approx Melrose. HEX triplet: BE, AA and EA. RGB value is (190,170,234). Sum of RGB (Red+Green+Blue) = 190+170+234=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAEA is #415515. Grayscale: #B7B7B7. Windows color (decimal): -4281622 or 15379134. OLE color: 15379134.

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

Color convert

RGB190170234-
CMYK0.190.2700.08
HSL258.75º60.38%79.22%-
HSV(B)258.75º27.35%91.76%-
XYZ50.4645.6483.99-
YUV183.28156.63132.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=31.99%
G=28.62%
B=39.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901702340.190.2700.08258.7560.3879.22
HexBEAAEA131B081033c4f
Octal276252352233301040374117
Binary1011111010101010111010101001111011010001000000111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAEA; }

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

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

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

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

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

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

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

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