#BEAEFD

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

Shades of Melrose #BEAEFD

Tints of Melrose #BEAEFD

Color information

#BEAEFD (or 0xBEAEFD) is unknown color: approx Melrose. HEX triplet: BE, AE and FD. RGB value is (190,174,253). Sum of RGB (Red+Green+Blue) = 190+174+253=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAEFD is #415102. Grayscale: #BBBBBB. Windows color (decimal): -4280579 or 16625342. OLE color: 16625342.

HSL color Cylindrical-coordinate representation of color #BEAEFD: hue angle of 252.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEAEFD is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190174253-
CMYK0.250.3100.01
HSL252.15º95.18%83.73%-
HSV(B)252.15º31.23%99.22%-
XYZ54.148.3199.4-
YUV187.79164.8129.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 174 (68.36% from 255) = 28.20%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=30.79%
G=28.20%
B=41.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901742530.250.3100.01252.1595.1883.73
HexBEAEFD191F01fc5f54
Octal276256375313701374137124
Binary1011111010101110111111011100111111011111110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEFD; }

 p { color: rgb(190,174,253); }

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

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

 a { background-color: rgb(190,174,253); }

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

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

 span { border-color: rgb(190,174,253); }

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