#B5A4EB

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

Shades of Melrose #B5A4EB

Tints of Melrose #B5A4EB

Color information

#B5A4EB (or 0xB5A4EB) is unknown color: approx Melrose. HEX triplet: B5, A4 and EB. RGB value is (181,164,235). Sum of RGB (Red+Green+Blue) = 181+164+235=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5A4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A4EB is #4A5B14. Grayscale: #B0B0B0. Windows color (decimal): -4872981 or 15443125. OLE color: 15443125.

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

Color convert

RGB181164235-
CMYK0.230.3000.08
HSL254.37º63.96%78.24%-
HSV(B)254.37º30.21%92.16%-
XYZ47.3342.3784.28-
YUV177.18160.63130.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.21%
GREEN value IS 164 (64.45% from 255) = 28.28%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=31.21%
G=28.28%
B=40.52%

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
Decimal1811642350.230.3000.08254.3763.9678.24
HexB5A4EB171E08fe404e
Octal2652443532736010376100116
Binary1011010110100100111010111011111110010001111111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A4EB; }

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

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

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

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

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

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

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

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