#B9AAF7

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

Shades of Melrose #B9AAF7

Tints of Melrose #B9AAF7

Color information

#B9AAF7 (or 0xB9AAF7) is unknown color: approx Melrose. HEX triplet: B9, AA and F7. RGB value is (185,170,247). Sum of RGB (Red+Green+Blue) = 185+170+247=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #B9AAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAF7 is #465508. Grayscale: #B6B6B6. Windows color (decimal): -4609289 or 16231097. OLE color: 16231097.

HSL color Cylindrical-coordinate representation of color #B9AAF7: hue angle of 251.69º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9AAF7 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185170247-
CMYK0.250.3100.03
HSL251.69º82.8%81.76%-
HSV(B)251.69º31.17%96.86%-
XYZ51.1745.7894.13-
YUV183.26163.97129.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.73%
GREEN value IS 170 (66.80% from 255) = 28.24%
BLUE value IS 247 (96.88% from 255) = 41.03%
R=30.73%
G=28.24%
B=41.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1851702470.250.3100.03251.6982.881.76
HexB9AAF7191F03fc5352
Octal271252367313703374123122
Binary10111001101010101111011111001111110111111110010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAF7; }

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

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

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

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

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

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

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

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