#B9AAED

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

Shades of Melrose #B9AAED

Tints of Melrose #B9AAED

Color information

#B9AAED (or 0xB9AAED) is unknown color: approx Melrose. HEX triplet: B9, AA and ED. RGB value is (185,170,237). Sum of RGB (Red+Green+Blue) = 185+170+237=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAED is #465512. Grayscale: #B5B5B5. Windows color (decimal): -4609299 or 15575737. OLE color: 15575737.

HSL color Cylindrical-coordinate representation of color #B9AAED: hue angle of 253.43º degrees, saturation: 0.65, 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 #B9AAED is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185170237-
CMYK0.220.2800.07
HSL253.43º65.05%79.8%-
HSV(B)253.43º28.27%92.94%-
XYZ49.6745.1886.22-
YUV182.12158.97130.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=31.25%
G=28.72%
B=40.03%

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
Decimal1851702370.220.2800.07253.4365.0579.8
HexB9AAED161C07fd4150
Octal271252355263407375101120
Binary101110011010101011101101101101110001111111110110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAED; }

 p { color: rgb(185,170,237); }

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

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

 a { background-color: rgb(185,170,237); }

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

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

 span { border-color: rgb(185,170,237); }

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