#B9A5EE

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

Shades of Melrose #B9A5EE

Tints of Melrose #B9A5EE

Color information

#B9A5EE (or 0xB9A5EE) is unknown color: approx Melrose. HEX triplet: B9, A5 and EE. RGB value is (185,165,238). Sum of RGB (Red+Green+Blue) = 185+165+238=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9A5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A5EE is #465A11. Grayscale: #B3B3B3. Windows color (decimal): -4610578 or 15639993. OLE color: 15639993.

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

Color convert

RGB185165238-
CMYK0.220.3100.07
HSL256.44º68.22%79.02%-
HSV(B)256.44º30.67%93.33%-
XYZ48.943.486.69-
YUV179.3161.13132.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 165 (64.84% from 255) = 28.06%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=31.46%
G=28.06%
B=40.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851652380.220.3100.07256.4468.2279.02
HexB9A5EE161F07100444f
Octal271245356263707400104117
Binary1011100110100101111011101011011111011110000000010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A5EE; }

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

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

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

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

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

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

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

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