#B5ABEA

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

Shades of Melrose #B5ABEA

Tints of Melrose #B5ABEA

Color information

#B5ABEA (or 0xB5ABEA) is unknown color: approx Melrose. HEX triplet: B5, AB and EA. RGB value is (181,171,234). Sum of RGB (Red+Green+Blue) = 181+171+234=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ABEA is #4A5415. Grayscale: #B4B4B4. Windows color (decimal): -4871190 or 15379381. OLE color: 15379381.

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

Color convert

RGB181171234-
CMYK0.230.2700.08
HSL249.52º60%79.41%-
HSV(B)249.52º26.92%91.76%-
XYZ48.4744.8983.95-
YUV181.17157.81127.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.89%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=30.89%
G=29.18%
B=39.93%

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
Decimal1811712340.230.2700.08249.526079.41
HexB5ABEA171B08fa3c4f
Octal265253352273301037274117
Binary101101011010101111101010101111101101000111110101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABEA; }

 p { color: rgb(181,171,234); }

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

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

 a { background-color: rgb(181,171,234); }

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

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

 span { border-color: rgb(181,171,234); }

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