#B6ADDD

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

Shades of Melrose #B6ADDD

Tints of Melrose #B6ADDD

Color information

#B6ADDD (or 0xB6ADDD) is unknown color: approx Melrose. HEX triplet: B6, AD and DD. RGB value is (182,173,221). Sum of RGB (Red+Green+Blue) = 182+173+221=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADDD is #495222. Grayscale: #B4B4B4. Windows color (decimal): -4805155 or 14527926. OLE color: 14527926.

HSL color Cylindrical-coordinate representation of color #B6ADDD: hue angle of 251.25º degrees, saturation: 0.41, 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 #B6ADDD is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182173221-
CMYK0.180.2200.13
HSL251.25º41.38%77.25%-
HSV(B)251.25º21.72%86.67%-
XYZ47.2945.0574.61-
YUV181.16150.48128.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=31.60%
G=30.03%
B=38.37%

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
Decimal1821732210.180.2200.13251.2541.3877.25
HexB6ADDD12160Dfb294d
Octal266255335222601537351115
Binary101101101010110111011101100101011001101111110111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADDD; }

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

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

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

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

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

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

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

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