#B6ADF2

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

Shades of Melrose #B6ADF2

Tints of Melrose #B6ADF2

Color information

#B6ADF2 (or 0xB6ADF2) is unknown color: approx Melrose. HEX triplet: B6, AD and F2. RGB value is (182,173,242). Sum of RGB (Red+Green+Blue) = 182+173+242=597 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.49% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #B6ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ADF2 is #49520D. Grayscale: #B7B7B7. Windows color (decimal): -4805134 or 15904182. OLE color: 15904182.

HSL color Cylindrical-coordinate representation of color #B6ADF2: hue angle of 247.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6ADF2 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182173242-
CMYK0.250.2900.05
HSL247.83º72.63%81.37%-
HSV(B)247.83º28.51%94.9%-
XYZ50.2646.2490.28-
YUV183.56160.98126.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.49%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 242 (94.92% from 255) = 40.54%
R=30.49%
G=28.98%
B=40.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821732420.250.2900.05247.8372.6381.37
HexB6ADF2191D05f84951
Octal266255362313505370111121
Binary101101101010110111110010110011110101011111100010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADF2; }

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

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

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

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

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

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

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

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