#B7AAEC

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

Shades of Melrose #B7AAEC

Tints of Melrose #B7AAEC

Color information

#B7AAEC (or 0xB7AAEC) is unknown color: approx Melrose. HEX triplet: B7, AA and EC. RGB value is (183,170,236). Sum of RGB (Red+Green+Blue) = 183+170+236=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAEC is #485513. Grayscale: #B5B5B5. Windows color (decimal): -4740372 or 15510199. OLE color: 15510199.

HSL color Cylindrical-coordinate representation of color #B7AAEC: hue angle of 251.82º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7AAEC is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183170236-
CMYK0.220.2800.07
HSL251.82º63.46%79.61%-
HSV(B)251.82º27.97%92.55%-
XYZ49.0444.8785.43-
YUV181.41158.81129.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.07%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=31.07%
G=28.86%
B=40.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831702360.220.2800.07251.8263.4679.61
HexB7AAEC161C07fc3f50
Octal26725235426340737477120
Binary10110111101010101110110010110111000111111111001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAEC; }

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

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

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

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

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

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

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

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