#B5A2FC

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

Shades of Melrose #B5A2FC

Tints of Melrose #B5A2FC

Color information

#B5A2FC (or 0xB5A2FC) is unknown color: approx Melrose. HEX triplet: B5, A2 and FC. RGB value is (181,162,252). Sum of RGB (Red+Green+Blue) = 181+162+252=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 162 (63.67% from 255 or 27.23% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5A2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A2FC is #4A5D03. Grayscale: #B1B1B1. Windows color (decimal): -4873476 or 16556725. OLE color: 16556725.

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

Color convert

RGB181162252-
CMYK0.280.3600.01
HSL252.67º93.75%81.18%-
HSV(B)252.67º35.71%98.82%-
XYZ49.5542.6997.72-
YUV177.94169.79130.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.42%
GREEN value IS 162 (63.67% from 255) = 27.23%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=30.42%
G=27.23%
B=42.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811622520.280.3600.01252.6793.7581.18
HexB5A2FC1C2401fd5e51
Octal265242374344401375136121
Binary10110101101000101111110011100100100011111110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A2FC; }

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

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

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

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

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

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

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

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