#B5A5EB

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

Shades of Melrose #B5A5EB

Tints of Melrose #B5A5EB

Color information

#B5A5EB (or 0xB5A5EB) is unknown color: approx Melrose. HEX triplet: B5, A5 and EB. RGB value is (181,165,235). Sum of RGB (Red+Green+Blue) = 181+165+235=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5A5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A5EB is #4A5A14. Grayscale: #B1B1B1. Windows color (decimal): -4872725 or 15443381. OLE color: 15443381.

HSL color Cylindrical-coordinate representation of color #B5A5EB: hue angle of 253.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5A5EB is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181165235-
CMYK0.230.3000.08
HSL253.71º63.64%78.43%-
HSV(B)253.71º29.79%92.16%-
XYZ47.5142.7384.34-
YUV177.76160.3130.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.15%
GREEN value IS 165 (64.84% from 255) = 28.40%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=31.15%
G=28.40%
B=40.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811652350.230.3000.08253.7163.6478.43
HexB5A5EB171E08fe404e
Octal2652453532736010376100116
Binary1011010110100101111010111011111110010001111111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A5EB; }

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

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

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

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

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

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

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

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