#B6ADED

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

Shades of Melrose #B6ADED

Tints of Melrose #B6ADED

Color information

#B6ADED (or 0xB6ADED) is unknown color: approx Melrose. HEX triplet: B6, AD and ED. RGB value is (182,173,237). Sum of RGB (Red+Green+Blue) = 182+173+237=592 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.74% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ADED is #495212. Grayscale: #B6B6B6. Windows color (decimal): -4805139 or 15576502. OLE color: 15576502.

HSL color Cylindrical-coordinate representation of color #B6ADED: hue angle of 248.44º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6ADED is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182173237-
CMYK0.230.2700.07
HSL248.44º64%80.39%-
HSV(B)248.44º27%92.94%-
XYZ49.5245.9586.38-
YUV182.99158.48127.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.74%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=30.74%
G=29.22%
B=40.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821732370.230.2700.07248.446480.39
HexB6ADED171B07f84050
Octal266255355273307370100120
Binary101101101010110111101101101111101101111111100010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADED; }

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

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

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

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

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

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

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

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