#B5A4EE

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

Shades of Melrose #B5A4EE

Tints of Melrose #B5A4EE

Color information

#B5A4EE (or 0xB5A4EE) is unknown color: approx Melrose. HEX triplet: B5, A4 and EE. RGB value is (181,164,238). Sum of RGB (Red+Green+Blue) = 181+164+238=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5A4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A4EE is #4A5B11. Grayscale: #B1B1B1. Windows color (decimal): -4872978 or 15639733. OLE color: 15639733.

HSL color Cylindrical-coordinate representation of color #B5A4EE: hue angle of 253.78º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5A4EE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181164238-
CMYK0.240.3100.07
HSL253.78º68.52%78.82%-
HSV(B)253.78º31.09%93.33%-
XYZ47.7642.5586.58-
YUV177.52162.13130.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 164 (64.45% from 255) = 28.13%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=31.05%
G=28.13%
B=40.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811642380.240.3100.07253.7868.5278.82
HexB5A4EE181F07fe454f
Octal265244356303707376105117
Binary101101011010010011101110110001111101111111111010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A4EE; }

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

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

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

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

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

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

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

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