#B9AAEA

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

Shades of Melrose #B9AAEA

Tints of Melrose #B9AAEA

Color information

#B9AAEA (or 0xB9AAEA) is unknown color: approx Melrose. HEX triplet: B9, AA and EA. RGB value is (185,170,234). Sum of RGB (Red+Green+Blue) = 185+170+234=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAEA is #465515. Grayscale: #B5B5B5. Windows color (decimal): -4609302 or 15379129. OLE color: 15379129.

HSL color Cylindrical-coordinate representation of color #B9AAEA: hue angle of 254.06º 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 #B9AAEA is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185170234-
CMYK0.210.2700.08
HSL254.06º60.38%79.22%-
HSV(B)254.06º27.35%91.76%-
XYZ49.234583.93-
YUV181.78157.47130.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.41%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=31.41%
G=28.86%
B=39.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851702340.210.2700.08254.0660.3879.22
HexB9AAEA151B08fe3c4f
Octal271252352253301037674117
Binary101110011010101011101010101011101101000111111101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAEA; }

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

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

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

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

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

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

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

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