#B6ADF9

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

Shades of Melrose #B6ADF9

Tints of Melrose #B6ADF9

Color information

#B6ADF9 (or 0xB6ADF9) is unknown color: approx Melrose. HEX triplet: B6, AD and F9. RGB value is (182,173,249). Sum of RGB (Red+Green+Blue) = 182+173+249=604 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.13% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #B6ADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ADF9 is #495206. Grayscale: #B8B8B8. Windows color (decimal): -4805127 or 16362934. OLE color: 16362934.

HSL color Cylindrical-coordinate representation of color #B6ADF9: hue angle of 247.11º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6ADF9 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182173249-
CMYK0.270.3100.02
HSL247.11º86.36%82.75%-
HSV(B)247.11º30.52%97.65%-
XYZ51.3346.6795.93-
YUV184.36164.48126.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.13%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 249 (97.66% from 255) = 41.23%
R=30.13%
G=28.64%
B=41.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821732490.270.3100.02247.1186.3682.75
HexB6ADF91B1F02f75653
Octal266255371333702367126123
Binary10110110101011011111100111011111110101111011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADF9; }

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

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

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

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

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

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

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

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