#BEA5FD

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

Shades of Melrose #BEA5FD

Tints of Melrose #BEA5FD

Color information

#BEA5FD (or 0xBEA5FD) is unknown color: approx Melrose. HEX triplet: BE, A5 and FD. RGB value is (190,165,253). Sum of RGB (Red+Green+Blue) = 190+165+253=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA5FD is #415A02. Grayscale: #B6B6B6. Windows color (decimal): -4282883 or 16623038. OLE color: 16623038.

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

Color convert

RGB190165253-
CMYK0.250.3500.01
HSL257.05º95.65%81.96%-
HSV(B)257.05º34.78%99.22%-
XYZ52.4244.9598.84-
YUV182.51167.78133.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 165 (64.84% from 255) = 27.14%
BLUE value IS 253 (99.22% from 255) = 41.61%
R=31.25%
G=27.14%
B=41.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901652530.250.3500.01257.0595.6581.96
HexBEA5FD1923011016052
Octal276245375314301401140122
Binary101111101010010111111101110011000110110000000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5FD; }

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

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

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

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

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

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

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

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