#B4A4EC

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

Shades of Melrose #B4A4EC

Tints of Melrose #B4A4EC

Color information

#B4A4EC (or 0xB4A4EC) is unknown color: approx Melrose. HEX triplet: B4, A4 and EC. RGB value is (180,164,236). Sum of RGB (Red+Green+Blue) = 180+164+236=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #B4A4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A4EC is #4B5B13. Grayscale: #B0B0B0. Windows color (decimal): -4938516 or 15508660. OLE color: 15508660.

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

Color convert

RGB180164236-
CMYK0.240.3100.07
HSL253.33º65.45%78.43%-
HSV(B)253.33º30.51%92.55%-
XYZ47.2442.3185.03-
YUV176.99161.3130.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.03%
GREEN value IS 164 (64.45% from 255) = 28.28%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=31.03%
G=28.28%
B=40.69%

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
Decimal1801642360.240.3100.07253.3365.4578.43
HexB4A4EC181F07fd414e
Octal264244354303707375101116
Binary101101001010010011101100110001111101111111110110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A4EC; }

 p { color: rgb(180,164,236); }

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

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

 a { background-color: rgb(180,164,236); }

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

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

 span { border-color: rgb(180,164,236); }

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