#BEA6FF

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

Shades of Melrose #BEA6FF

Tints of Melrose #BEA6FF

Color information

#BEA6FF (or 0xBEA6FF) is unknown color: approx Melrose. HEX triplet: BE, A6 and FF. RGB value is (190,166,255). Sum of RGB (Red+Green+Blue) = 190+166+255=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA6FF is #415900. Grayscale: #B6B6B6. Windows color (decimal): -4282625 or 16754366. OLE color: 16754366.

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

Color convert

RGB190166255-
CMYK0.250.3500
HSL256.18º100%82.55%-
HSV(B)256.18º34.9%100%-
XYZ52.9245.44100.59-
YUV183.32168.45132.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 166 (65.23% from 255) = 27.17%
BLUE value IS 255 (100% from 255) = 41.73%
R=31.10%
G=27.17%
B=41.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901662550.250.3500256.1810082.55
HexBEA6FF1923001006453
Octal276246377314300400144123
Binary101111101010011011111111110011000110010000000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6FF; }

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

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

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

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

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

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

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

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