#B6ACE1

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

Shades of Melrose #B6ACE1

Tints of Melrose #B6ACE1

Color information

#B6ACE1 (or 0xB6ACE1) is unknown color: approx Melrose. HEX triplet: B6, AC and E1. RGB value is (182,172,225). Sum of RGB (Red+Green+Blue) = 182+172+225=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #B6ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACE1 is #49531E. Grayscale: #B4B4B4. Windows color (decimal): -4805407 or 14789814. OLE color: 14789814.

HSL color Cylindrical-coordinate representation of color #B6ACE1: hue angle of 251.32º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6ACE1 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB182172225-
CMYK0.190.2400.12
HSL251.32º46.9%77.84%-
HSV(B)251.32º23.56%88.24%-
XYZ47.6344.8977.39-
YUV181.03152.81128.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 225 (88.28% from 255) = 38.86%
R=31.43%
G=29.71%
B=38.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1821722250.190.2400.12251.3246.977.84
HexB6ACE113180Cfb2f4e
Octal266254341233001437357116
Binary101101101010110011100001100111100001100111110111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACE1; }

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

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

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

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

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

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

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

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