#BEADF0

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

Shades of Melrose #BEADF0

Tints of Melrose #BEADF0

Color information

#BEADF0 (or 0xBEADF0) is unknown color: approx Melrose. HEX triplet: BE, AD and F0. RGB value is (190,173,240). Sum of RGB (Red+Green+Blue) = 190+173+240=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADF0 is #41520F. Grayscale: #B9B9B9. Windows color (decimal): -4280848 or 15773118. OLE color: 15773118.

HSL color Cylindrical-coordinate representation of color #BEADF0: hue angle of 255.22º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEADF0 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190173240-
CMYK0.210.2800.06
HSL255.22º69.07%80.98%-
HSV(B)255.22º27.92%94.12%-
XYZ51.9147.1388.8-
YUV185.72158.63131.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 240 (94.14% from 255) = 39.80%
R=31.51%
G=28.69%
B=39.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901732400.210.2800.06255.2269.0780.98
HexBEADF0151C06ff4551
Octal276255360253406377105121
Binary101111101010110111110000101011110001101111111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADF0; }

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

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

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

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

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

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

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

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