#BEADE4

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

Shades of Melrose #BEADE4

Tints of Melrose #BEADE4

Color information

#BEADE4 (or 0xBEADE4) is unknown color: approx Melrose. HEX triplet: BE, AD and E4. RGB value is (190,173,228). Sum of RGB (Red+Green+Blue) = 190+173+228=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEADE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADE4 is #41521B. Grayscale: #B8B8B8. Windows color (decimal): -4280860 or 14986686. OLE color: 14986686.

HSL color Cylindrical-coordinate representation of color #BEADE4: hue angle of 258.55º 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 #BEADE4 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190173228-
CMYK0.170.2400.11
HSL258.55º50.46%78.63%-
HSV(B)258.55º24.12%89.41%-
XYZ50.1846.4479.72-
YUV184.35152.63132.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 228 (89.45% from 255) = 38.58%
R=32.15%
G=29.27%
B=38.58%

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
Decimal1901732280.170.2400.11258.5550.4678.63
HexBEADE411180B103324f
Octal276255344213001340362117
Binary1011111010101101111001001000111000010111000000111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADE4; }

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

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

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

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

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

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

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

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