#B6A5EE

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

Shades of Melrose #B6A5EE

Tints of Melrose #B6A5EE

Color information

#B6A5EE (or 0xB6A5EE) is unknown color: approx Melrose. HEX triplet: B6, A5 and EE. RGB value is (182,165,238). Sum of RGB (Red+Green+Blue) = 182+165+238=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6A5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A5EE is #495A11. Grayscale: #B2B2B2. Windows color (decimal): -4807186 or 15639990. OLE color: 15639990.

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

Color convert

RGB182165238-
CMYK0.240.3100.07
HSL253.97º68.22%79.02%-
HSV(B)253.97º30.67%93.33%-
XYZ48.1843.0386.65-
YUV178.4161.63130.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.11%
GREEN value IS 165 (64.84% from 255) = 28.21%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=31.11%
G=28.21%
B=40.68%

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
Decimal1821652380.240.3100.07253.9768.2279.02
HexB6A5EE181F07fe444f
Octal266245356303707376104117
Binary101101101010010111101110110001111101111111111010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A5EE; }

 p { color: rgb(182,165,238); }

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

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

 a { background-color: rgb(182,165,238); }

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

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

 span { border-color: rgb(182,165,238); }

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