#BEADF9

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

Shades of Melrose #BEADF9

Tints of Melrose #BEADF9

Color information

#BEADF9 (or 0xBEADF9) is unknown color: approx Melrose. HEX triplet: BE, AD and F9. RGB value is (190,173,249). Sum of RGB (Red+Green+Blue) = 190+173+249=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADF9 is #415206. Grayscale: #BABABA. Windows color (decimal): -4280839 or 16362942. OLE color: 16362942.

HSL color Cylindrical-coordinate representation of color #BEADF9: hue angle of 253.42º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEADF9 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190173249-
CMYK0.240.3100.02
HSL253.42º86.36%82.75%-
HSV(B)253.42º30.52%97.65%-
XYZ53.2847.6796.02-
YUV186.75163.13130.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=31.05%
G=28.27%
B=40.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901732490.240.3100.02253.4286.3682.75
HexBEADF9181F02fd5653
Octal276255371303702375126123
Binary10111110101011011111100111000111110101111110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADF9; }

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

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

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

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

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

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

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

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