#B6ACE9

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

Shades of Melrose #B6ACE9

Tints of Melrose #B6ACE9

Color information

#B6ACE9 (or 0xB6ACE9) is unknown color: approx Melrose. HEX triplet: B6, AC and E9. RGB value is (182,172,233). Sum of RGB (Red+Green+Blue) = 182+172+233=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 233 - color contains mainly: blue. Hex color #B6ACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ACE9 is #495316. Grayscale: #B5B5B5. Windows color (decimal): -4805399 or 15314102. OLE color: 15314102.

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

Color convert

RGB182172233-
CMYK0.220.2600.09
HSL249.84º58.1%79.41%-
HSV(B)249.84º26.18%91.37%-
XYZ48.7545.3383.27-
YUV181.94156.81128.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.01%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 233 (91.41% from 255) = 39.69%
R=31.01%
G=29.30%
B=39.69%

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
Decimal1821722330.220.2600.09249.8458.179.41
HexB6ACE9161A09fa3a4f
Octal266254351263201137272117
Binary101101101010110011101001101101101001001111110101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACE9; }

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

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

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

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

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

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

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

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