#B6ACDD

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

Shades of Melrose #B6ACDD

Tints of Melrose #B6ACDD

Color information

#B6ACDD (or 0xB6ACDD) is unknown color: approx Melrose. HEX triplet: B6, AC and DD. RGB value is (182,172,221). Sum of RGB (Red+Green+Blue) = 182+172+221=575 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.65% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACDD is #495322. Grayscale: #B4B4B4. Windows color (decimal): -4805411 or 14527670. OLE color: 14527670.

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

Color convert

RGB182172221-
CMYK0.180.2200.13
HSL252.24º41.88%77.06%-
HSV(B)252.24º22.17%86.67%-
XYZ47.144.6774.55-
YUV180.58150.81129.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.65%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=31.65%
G=29.91%
B=38.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821722210.180.2200.13252.2441.8877.06
HexB6ACDD12160Dfc2a4d
Octal266254335222601537452115
Binary101101101010110011011101100101011001101111111001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACDD; }

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

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

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

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

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

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

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

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