#BEADFA

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

Shades of Melrose #BEADFA

Tints of Melrose #BEADFA

Color information

#BEADFA (or 0xBEADFA) is unknown color: approx Melrose. HEX triplet: BE, AD and FA. RGB value is (190,173,250). Sum of RGB (Red+Green+Blue) = 190+173+250=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEADFA is #415205. Grayscale: #BABABA. Windows color (decimal): -4280838 or 16428478. OLE color: 16428478.

HSL color Cylindrical-coordinate representation of color #BEADFA: hue angle of 253.25º degrees, saturation: 0.89, 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 #BEADFA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190173250-
CMYK0.240.3100.02
HSL253.25º88.51%82.94%-
HSV(B)253.25º30.8%98.04%-
XYZ53.4347.7496.84-
YUV186.86163.63130.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=31.00%
G=28.22%
B=40.78%

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
Decimal1901732500.240.3100.02253.2588.5182.94
HexBEADFA181F02fd5953
Octal276255372303702375131123
Binary10111110101011011111101011000111110101111110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADFA; }

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

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

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

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

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

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

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

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