#B6ACDE

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

Shades of Melrose #B6ACDE

Tints of Melrose #B6ACDE

Color information

#B6ACDE (or 0xB6ACDE) is unknown color: approx Melrose. HEX triplet: B6, AC and DE. RGB value is (182,172,222). Sum of RGB (Red+Green+Blue) = 182+172+222=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACDE is #495321. Grayscale: #B4B4B4. Windows color (decimal): -4805410 or 14593206. OLE color: 14593206.

HSL color Cylindrical-coordinate representation of color #B6ACDE: hue angle of 252º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6ACDE is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182172222-
CMYK0.180.2300.13
HSL252º43.1%77.25%-
HSV(B)252º22.52%87.06%-
XYZ47.2344.7275.25-
YUV180.69151.31128.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=31.60%
G=29.86%
B=38.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821722220.180.2300.1325243.177.25
HexB6ACDE12170Dfc2b4d
Octal266254336222701537453115
Binary101101101010110011011110100101011101101111111001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACDE; }

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

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

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

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

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

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

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

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