#B4A4FE

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

Shades of Melrose #B4A4FE

Tints of Melrose #B4A4FE

Color information

#B4A4FE (or 0xB4A4FE) is unknown color: approx Melrose. HEX triplet: B4, A4 and FE. RGB value is (180,164,254). Sum of RGB (Red+Green+Blue) = 180+164+254=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A4FE is #4B5B01. Grayscale: #B2B2B2. Windows color (decimal): -4938498 or 16688308. OLE color: 16688308.

HSL color Cylindrical-coordinate representation of color #B4A4FE: hue angle of 250.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4A4FE is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB180164254-
CMYK0.290.3500.00
HSL250.67º97.83%81.96%-
HSV(B)250.67º35.43%99.61%-
XYZ49.9943.4199.51-
YUV179.04170.3128.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.10%
GREEN value IS 164 (64.45% from 255) = 27.42%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=30.10%
G=27.42%
B=42.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1801642540.290.3500.00250.6797.8381.96
HexB4A4FE1D2300fb6252
Octal264244376354300373142122
Binary10110100101001001111111011101100011001111101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A4FE; }

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

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

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

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

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

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

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

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