#B4A4EB

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

Shades of Melrose #B4A4EB

Tints of Melrose #B4A4EB

Color information

#B4A4EB (or 0xB4A4EB) is unknown color: approx Melrose. HEX triplet: B4, A4 and EB. RGB value is (180,164,235). Sum of RGB (Red+Green+Blue) = 180+164+235=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4A4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A4EB is #4B5B14. Grayscale: #B0B0B0. Windows color (decimal): -4938517 or 15443124. OLE color: 15443124.

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

Color convert

RGB180164235-
CMYK0.230.3000.08
HSL253.52º63.96%78.24%-
HSV(B)253.52º30.21%92.16%-
XYZ47.0942.2584.27-
YUV176.88160.8130.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.09%
GREEN value IS 164 (64.45% from 255) = 28.32%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=31.09%
G=28.32%
B=40.59%

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
Decimal1801642350.230.3000.08253.5263.9678.24
HexB4A4EB171E08fe404e
Octal2642443532736010376100116
Binary1011010010100100111010111011111110010001111111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A4EB; }

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

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

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

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

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

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

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

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