#BEA8FF

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

Shades of Melrose #BEA8FF

Tints of Melrose #BEA8FF

Color information

#BEA8FF (or 0xBEA8FF) is unknown color: approx Melrose. HEX triplet: BE, A8 and FF. RGB value is (190,168,255). Sum of RGB (Red+Green+Blue) = 190+168+255=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8FF is #415700. Grayscale: #B8B8B8. Windows color (decimal): -4282113 or 16754878. OLE color: 16754878.

HSL color Cylindrical-coordinate representation of color #BEA8FF: hue angle of 255.17º 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 #BEA8FF is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190168255-
CMYK0.250.3400
HSL255.17º100%82.94%-
HSV(B)255.17º34.12%100%-
XYZ53.2946.17100.71-
YUV184.5167.79131.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 168 (66.02% from 255) = 27.41%
BLUE value IS 255 (100% from 255) = 41.60%
R=31.00%
G=27.41%
B=41.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901682550.250.3400255.1710082.94
HexBEA8FF192200ff6453
Octal276250377314200377144123
Binary10111110101010001111111111001100010001111111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8FF; }

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

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

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

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

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

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

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

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