#BEA9FE

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

Shades of Melrose #BEA9FE

Tints of Melrose #BEA9FE

Color information

#BEA9FE (or 0xBEA9FE) is unknown color: approx Melrose. HEX triplet: BE, A9 and FE. RGB value is (190,169,254). Sum of RGB (Red+Green+Blue) = 190+169+254=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9FE is #415601. Grayscale: #B8B8B8. Windows color (decimal): -4281858 or 16689598. OLE color: 16689598.

HSL color Cylindrical-coordinate representation of color #BEA9FE: hue angle of 254.82º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA9FE is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190169254-
CMYK0.250.3300.00
HSL254.82º97.7%82.94%-
HSV(B)254.82º33.46%99.61%-
XYZ53.3146.4899.93-
YUV184.97166.96131.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 169 (66.41% from 255) = 27.57%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=31.00%
G=27.57%
B=41.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901692540.250.3300.00254.8297.782.94
HexBEA9FE192100ff6253
Octal276251376314100377142123
Binary10111110101010011111111011001100001001111111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9FE; }

 p { color: rgb(190,169,254); }

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

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

 a { background-color: rgb(190,169,254); }

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

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

 span { border-color: rgb(190,169,254); }

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