#B7AAE9

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

Shades of Melrose #B7AAE9

Tints of Melrose #B7AAE9

Color information

#B7AAE9 (or 0xB7AAE9) is unknown color: approx Melrose. HEX triplet: B7, AA and E9. RGB value is (183,170,233). Sum of RGB (Red+Green+Blue) = 183+170+233=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #B7AAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAE9 is #485516. Grayscale: #B4B4B4. Windows color (decimal): -4740375 or 15313591. OLE color: 15313591.

HSL color Cylindrical-coordinate representation of color #B7AAE9: hue angle of 252.38º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7AAE9 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB183170233-
CMYK0.210.2700.09
HSL252.38º58.88%79.02%-
HSV(B)252.38º27.04%91.37%-
XYZ48.6144.783.16-
YUV181.07157.31129.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.23%
GREEN value IS 170 (66.80% from 255) = 29.01%
BLUE value IS 233 (91.41% from 255) = 39.76%
R=31.23%
G=29.01%
B=39.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1831702330.210.2700.09252.3858.8879.02
HexB7AAE9151B09fc3b4f
Octal267252351253301137473117
Binary101101111010101011101001101011101101001111111001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAE9; }

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

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

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

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

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

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

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

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