#BEADF4

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

Shades of Melrose #BEADF4

Tints of Melrose #BEADF4

Color information

#BEADF4 (or 0xBEADF4) is unknown color: approx Melrose. HEX triplet: BE, AD and F4. RGB value is (190,173,244). Sum of RGB (Red+Green+Blue) = 190+173+244=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #BEADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADF4 is #41520B. Grayscale: #B9B9B9. Windows color (decimal): -4280844 or 16035262. OLE color: 16035262.

HSL color Cylindrical-coordinate representation of color #BEADF4: hue angle of 254.37º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEADF4 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190173244-
CMYK0.220.2900.04
HSL254.37º76.34%81.76%-
HSV(B)254.37º29.1%95.69%-
XYZ52.5147.3791.96-
YUV186.18160.63130.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 244 (95.70% from 255) = 40.20%
R=31.30%
G=28.50%
B=40.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901732440.220.2900.04254.3776.3481.76
HexBEADF4161D04fe4c52
Octal276255364263504376114122
Binary101111101010110111110100101101110101001111111010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADF4; }

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

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

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

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

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

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

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

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