#BEACEA

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

Shades of Melrose #BEACEA

Tints of Melrose #BEACEA

Color information

#BEACEA (or 0xBEACEA) is unknown color: approx Melrose. HEX triplet: BE, AC and EA. RGB value is (190,172,234). Sum of RGB (Red+Green+Blue) = 190+172+234=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACEA is #415315. Grayscale: #B8B8B8. Windows color (decimal): -4281110 or 15379646. OLE color: 15379646.

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

Color convert

RGB190172234-
CMYK0.190.2600.08
HSL257.42º59.62%79.61%-
HSV(B)257.42º26.5%91.76%-
XYZ50.8446.3984.12-
YUV184.45155.96131.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.88%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=31.88%
G=28.86%
B=39.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901722340.190.2600.08257.4259.6279.61
HexBEACEA131A081013c50
Octal276254352233201040174120
Binary1011111010101100111010101001111010010001000000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACEA; }

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

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

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

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

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

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

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

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