#B7AAEA

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

Shades of Melrose #B7AAEA

Tints of Melrose #B7AAEA

Color information

#B7AAEA (or 0xB7AAEA) is unknown color: approx Melrose. HEX triplet: B7, AA and EA. RGB value is (183,170,234). Sum of RGB (Red+Green+Blue) = 183+170+234=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAEA is #485515. Grayscale: #B4B4B4. Windows color (decimal): -4740374 or 15379127. OLE color: 15379127.

HSL color Cylindrical-coordinate representation of color #B7AAEA: hue angle of 252.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7AAEA is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183170234-
CMYK0.220.2700.08
HSL252.19º60.38%79.22%-
HSV(B)252.19º27.35%91.76%-
XYZ48.7544.7683.91-
YUV181.18157.81129.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.18%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=31.18%
G=28.96%
B=39.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831702340.220.2700.08252.1960.3879.22
HexB7AAEA161B08fc3c4f
Octal267252352263301037474117
Binary101101111010101011101010101101101101000111111001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAEA; }

 p { color: rgb(183,170,234); }

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

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

 a { background-color: rgb(183,170,234); }

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

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

 span { border-color: rgb(183,170,234); }

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