#BEACE9

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

Shades of Melrose #BEACE9

Tints of Melrose #BEACE9

Color information

#BEACE9 (or 0xBEACE9) is unknown color: approx Melrose. HEX triplet: BE, AC and E9. RGB value is (190,172,233). Sum of RGB (Red+Green+Blue) = 190+172+233=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEACE9 is #415316. Grayscale: #B8B8B8. Windows color (decimal): -4281111 or 15314110. OLE color: 15314110.

HSL color Cylindrical-coordinate representation of color #BEACE9: hue angle of 257.7º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEACE9 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190172233-
CMYK0.180.2600.09
HSL257.7º58.1%79.41%-
HSV(B)257.7º26.18%91.37%-
XYZ50.746.3483.36-
YUV184.34155.46132.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 233 (91.41% from 255) = 39.16%
R=31.93%
G=28.91%
B=39.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901722330.180.2600.09257.758.179.41
HexBEACE9121A091023a4f
Octal276254351223201140272117
Binary1011111010101100111010011001011010010011000000101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACE9; }

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

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

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

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

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

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

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

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