#B3A6E5

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

Shades of Melrose #B3A6E5

Tints of Melrose #B3A6E5

Color information

#B3A6E5 (or 0xB3A6E5) is unknown color: approx Melrose. HEX triplet: B3, A6 and E5. RGB value is (179,166,229). Sum of RGB (Red+Green+Blue) = 179+166+229=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #B3A6E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A6E5 is #4C591A. Grayscale: #B0B0B0. Windows color (decimal): -5003547 or 15050419. OLE color: 15050419.

HSL color Cylindrical-coordinate representation of color #B3A6E5: hue angle of 252.38º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3A6E5 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB179166229-
CMYK0.220.2800.10
HSL252.38º54.78%77.45%-
HSV(B)252.38º27.51%89.8%-
XYZ46.3742.5179.89-
YUV177.07157.31129.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.18%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 229 (89.84% from 255) = 39.90%
R=31.18%
G=28.92%
B=39.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1791662290.220.2800.10252.3854.7877.45
HexB3A6E5161C0Afc374d
Octal263246345263401237467115
Binary101100111010011011100101101101110001010111111001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A6E5; }

 p { color: rgb(179,166,229); }

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

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

 a { background-color: rgb(179,166,229); }

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

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

 span { border-color: rgb(179,166,229); }

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