#BEA7FF

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

Shades of Melrose #BEA7FF

Tints of Melrose #BEA7FF

Color information

#BEA7FF (or 0xBEA7FF) is unknown color: approx Melrose. HEX triplet: BE, A7 and FF. RGB value is (190,167,255). Sum of RGB (Red+Green+Blue) = 190+167+255=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA7FF is #415800. Grayscale: #B7B7B7. Windows color (decimal): -4282369 or 16754622. OLE color: 16754622.

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

Color convert

RGB190167255-
CMYK0.250.3500
HSL255.68º100%82.75%-
HSV(B)255.68º34.51%100%-
XYZ53.145.8100.65-
YUV183.91168.12132.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 167 (65.62% from 255) = 27.29%
BLUE value IS 255 (100% from 255) = 41.67%
R=31.05%
G=27.29%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901672550.250.3500255.6810082.75
HexBEA7FF1923001006453
Octal276247377314300400144123
Binary101111101010011111111111110011000110010000000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7FF; }

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

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

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

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

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

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

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

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