#B5A4FC

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

Shades of Melrose #B5A4FC

Tints of Melrose #B5A4FC

Color information

#B5A4FC (or 0xB5A4FC) is unknown color: approx Melrose. HEX triplet: B5, A4 and FC. RGB value is (181,164,252). Sum of RGB (Red+Green+Blue) = 181+164+252=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5A4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A4FC is #4A5B03. Grayscale: #B2B2B2. Windows color (decimal): -4872964 or 16557237. OLE color: 16557237.

HSL color Cylindrical-coordinate representation of color #B5A4FC: hue angle of 251.59º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5A4FC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181164252-
CMYK0.280.3500.01
HSL251.59º93.62%81.57%-
HSV(B)251.59º34.92%98.82%-
XYZ49.943.497.84-
YUV179.12169.13129.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.32%
GREEN value IS 164 (64.45% from 255) = 27.47%
BLUE value IS 252 (98.83% from 255) = 42.21%
R=30.32%
G=27.47%
B=42.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811642520.280.3500.01251.5993.6281.57
HexB5A4FC1C2301fc5e52
Octal265244374344301374136122
Binary10110101101001001111110011100100011011111110010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A4FC; }

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

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

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

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

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

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

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

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