#B5ACE9

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

Shades of Melrose #B5ACE9

Tints of Melrose #B5ACE9

Color information

#B5ACE9 (or 0xB5ACE9) is unknown color: approx Melrose. HEX triplet: B5, AC and E9. RGB value is (181,172,233). Sum of RGB (Red+Green+Blue) = 181+172+233=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #B5ACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ACE9 is #4A5316. Grayscale: #B5B5B5. Windows color (decimal): -4870935 or 15314101. OLE color: 15314101.

HSL color Cylindrical-coordinate representation of color #B5ACE9: hue angle of 248.85º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5ACE9 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181172233-
CMYK0.220.2600.09
HSL248.85º58.1%79.41%-
HSV(B)248.85º26.18%91.37%-
XYZ48.5245.2183.26-
YUV181.64156.98127.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.89%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 233 (91.41% from 255) = 39.76%
R=30.89%
G=29.35%
B=39.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811722330.220.2600.09248.8558.179.41
HexB5ACE9161A09f93a4f
Octal265254351263201137172117
Binary101101011010110011101001101101101001001111110011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACE9; }

 p { color: rgb(181,172,233); }

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

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

 a { background-color: rgb(181,172,233); }

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

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

 span { border-color: rgb(181,172,233); }

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