#BEA9FF

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

Shades of Melrose #BEA9FF

Tints of Melrose #BEA9FF

Color information

#BEA9FF (or 0xBEA9FF) is unknown color: approx Melrose. HEX triplet: BE, A9 and FF. RGB value is (190,169,255). Sum of RGB (Red+Green+Blue) = 190+169+255=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9FF is #415600. Grayscale: #B8B8B8. Windows color (decimal): -4281857 or 16755134. OLE color: 16755134.

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

Color convert

RGB190169255-
CMYK0.250.3400
HSL254.65º100%83.14%-
HSV(B)254.65º33.73%100%-
XYZ53.4746.54100.77-
YUV185.08167.46131.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 169 (66.41% from 255) = 27.52%
BLUE value IS 255 (100% from 255) = 41.53%
R=30.94%
G=27.52%
B=41.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901692550.250.3400254.6510083.14
HexBEA9FF192200ff6453
Octal276251377314200377144123
Binary10111110101010011111111111001100010001111111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9FF; }

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

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

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

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

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

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

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

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