#B6ADF1

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

Shades of Melrose #B6ADF1

Tints of Melrose #B6ADF1

Color information

#B6ADF1 (or 0xB6ADF1) is unknown color: approx Melrose. HEX triplet: B6, AD and F1. RGB value is (182,173,241). Sum of RGB (Red+Green+Blue) = 182+173+241=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #B6ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ADF1 is #49520E. Grayscale: #B7B7B7. Windows color (decimal): -4805135 or 15838646. OLE color: 15838646.

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

Color convert

RGB182173241-
CMYK0.240.2800.05
HSL247.94º70.83%81.18%-
HSV(B)247.94º28.22%94.51%-
XYZ50.1146.1889.49-
YUV183.44160.48126.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.54%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=30.54%
G=29.03%
B=40.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821732410.240.2800.05247.9470.8381.18
HexB6ADF1181C05f84751
Octal266255361303405370107121
Binary101101101010110111110001110001110001011111100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADF1; }

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

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

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

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

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

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

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

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