#B5AAE1

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

Shades of Melrose #B5AAE1

Tints of Melrose #B5AAE1

Color information

#B5AAE1 (or 0xB5AAE1) is unknown color: approx Melrose. HEX triplet: B5, AA and E1. RGB value is (181,170,225). Sum of RGB (Red+Green+Blue) = 181+170+225=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #B5AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AAE1 is #4A551E. Grayscale: #B3B3B3. Windows color (decimal): -4871455 or 14789301. OLE color: 14789301.

HSL color Cylindrical-coordinate representation of color #B5AAE1: hue angle of 252º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5AAE1 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB181170225-
CMYK0.200.2400.12
HSL252º47.83%77.45%-
HSV(B)252º24.44%88.24%-
XYZ47.0244.0177.25-
YUV179.56153.64129.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.42%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 225 (88.28% from 255) = 39.06%
R=31.42%
G=29.51%
B=39.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1811702250.200.2400.1225247.8377.45
HexB5AAE114180Cfc304d
Octal265252341243001437460115
Binary101101011010101011100001101001100001100111111001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AAE1; }

 p { color: rgb(181,170,225); }

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

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

 a { background-color: rgb(181,170,225); }

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

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

 span { border-color: rgb(181,170,225); }

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