#B5A5E9

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

Shades of Melrose #B5A5E9

Tints of Melrose #B5A5E9

Color information

#B5A5E9 (or 0xB5A5E9) is unknown color: approx Melrose. HEX triplet: B5, A5 and E9. RGB value is (181,165,233). Sum of RGB (Red+Green+Blue) = 181+165+233=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #B5A5E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A5E9 is #4A5A16. Grayscale: #B1B1B1. Windows color (decimal): -4872727 or 15312309. OLE color: 15312309.

HSL color Cylindrical-coordinate representation of color #B5A5E9: hue angle of 254.12º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5A5E9 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181165233-
CMYK0.220.2900.09
HSL254.12º60.71%78.04%-
HSV(B)254.12º29.18%91.37%-
XYZ47.2242.6282.83-
YUV177.54159.3130.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 165 (64.84% from 255) = 28.50%
BLUE value IS 233 (91.41% from 255) = 40.24%
R=31.26%
G=28.50%
B=40.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811652330.220.2900.09254.1260.7178.04
HexB5A5E9161D09fe3d4e
Octal265245351263501137675116
Binary101101011010010111101001101101110101001111111101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A5E9; }

 p { color: rgb(181,165,233); }

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

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

 a { background-color: rgb(181,165,233); }

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

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

 span { border-color: rgb(181,165,233); }

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