#BEAEE4

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

Shades of Melrose #BEAEE4

Tints of Melrose #BEAEE4

Color information

#BEAEE4 (or 0xBEAEE4) is unknown color: approx Melrose. HEX triplet: BE, AE and E4. RGB value is (190,174,228). Sum of RGB (Red+Green+Blue) = 190+174+228=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEAEE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEE4 is #41511B. Grayscale: #B8B8B8. Windows color (decimal): -4280604 or 14986942. OLE color: 14986942.

HSL color Cylindrical-coordinate representation of color #BEAEE4: hue angle of 257.78º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEAEE4 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190174228-
CMYK0.170.2400.11
HSL257.78º50%78.82%-
HSV(B)257.78º23.68%89.41%-
XYZ50.3746.8279.78-
YUV184.94152.3131.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 228 (89.45% from 255) = 38.51%
R=32.09%
G=29.39%
B=38.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901742280.170.2400.11257.785078.82
HexBEAEE411180B102324f
Octal276256344213001340262117
Binary1011111010101110111001001000111000010111000000101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEE4; }

 p { color: rgb(190,174,228); }

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

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

 a { background-color: rgb(190,174,228); }

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

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

 span { border-color: rgb(190,174,228); }

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