#BEADE5

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

Shades of Melrose #BEADE5

Tints of Melrose #BEADE5

Color information

#BEADE5 (or 0xBEADE5) is unknown color: approx Melrose. HEX triplet: BE, AD and E5. RGB value is (190,173,229). Sum of RGB (Red+Green+Blue) = 190+173+229=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADE5 is #41521A. Grayscale: #B8B8B8. Windows color (decimal): -4280859 or 15052222. OLE color: 15052222.

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

Color convert

RGB190173229-
CMYK0.170.2400.10
HSL258.21º51.85%78.82%-
HSV(B)258.21º24.45%89.8%-
XYZ50.3246.4980.45-
YUV184.47153.13131.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 229 (89.84% from 255) = 38.68%
R=32.09%
G=29.22%
B=38.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901732290.170.2400.10258.2151.8578.82
HexBEADE511180A102344f
Octal276255345213001240264117
Binary1011111010101101111001011000111000010101000000101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADE5; }

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

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

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

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

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

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

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

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