#B4AAEA

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

Shades of Melrose #B4AAEA

Tints of Melrose #B4AAEA

Color information

#B4AAEA (or 0xB4AAEA) is unknown color: approx Melrose. HEX triplet: B4, AA and EA. RGB value is (180,170,234). Sum of RGB (Red+Green+Blue) = 180+170+234=584 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.82% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AAEA is #4B5515. Grayscale: #B4B4B4. Windows color (decimal): -4936982 or 15379124. OLE color: 15379124.

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

Color convert

RGB180170234-
CMYK0.230.2700.08
HSL249.38º60.38%79.22%-
HSV(B)249.38º27.35%91.76%-
XYZ48.0544.3983.88-
YUV180.29158.31127.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.82%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 234 (91.80% from 255) = 40.07%
R=30.82%
G=29.11%
B=40.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801702340.230.2700.08249.3860.3879.22
HexB4AAEA171B08f93c4f
Octal264252352273301037174117
Binary101101001010101011101010101111101101000111110011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAEA; }

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

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

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

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

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

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

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

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