#B4A4EE

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

Shades of Melrose #B4A4EE

Tints of Melrose #B4A4EE

Color information

#B4A4EE (or 0xB4A4EE) is unknown color: approx Melrose. HEX triplet: B4, A4 and EE. RGB value is (180,164,238). Sum of RGB (Red+Green+Blue) = 180+164+238=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4A4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A4EE is #4B5B11. Grayscale: #B0B0B0. Windows color (decimal): -4938514 or 15639732. OLE color: 15639732.

HSL color Cylindrical-coordinate representation of color #B4A4EE: hue angle of 252.97º 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 #B4A4EE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180164238-
CMYK0.240.3100.07
HSL252.97º68.52%78.82%-
HSV(B)252.97º31.09%93.33%-
XYZ47.5342.4386.57-
YUV177.22162.3129.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.93%
GREEN value IS 164 (64.45% from 255) = 28.18%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=30.93%
G=28.18%
B=40.89%

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
Decimal1801642380.240.3100.07252.9768.5278.82
HexB4A4EE181F07fd454f
Octal264244356303707375105117
Binary101101001010010011101110110001111101111111110110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A4EE; }

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

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

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

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

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

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

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

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