#B9ADF6

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

Shades of Melrose #B9ADF6

Tints of Melrose #B9ADF6

Color information

#B9ADF6 (or 0xB9ADF6) is unknown color: approx Melrose. HEX triplet: B9, AD and F6. RGB value is (185,173,246). Sum of RGB (Red+Green+Blue) = 185+173+246=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #B9ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADF6 is #465209. Grayscale: #B8B8B8. Windows color (decimal): -4608522 or 16166329. OLE color: 16166329.

HSL color Cylindrical-coordinate representation of color #B9ADF6: hue angle of 249.86º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9ADF6 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185173246-
CMYK0.250.3000.04
HSL249.86º80.22%82.16%-
HSV(B)249.86º29.67%96.47%-
XYZ51.5946.8693.51-
YUV184.91162.48128.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.63%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 246 (96.48% from 255) = 40.73%
R=30.63%
G=28.64%
B=40.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851732460.250.3000.04249.8680.2282.16
HexB9ADF6191E04fa5052
Octal271255366313604372120122
Binary101110011010110111110110110011111001001111101010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADF6; }

 p { color: rgb(185,173,246); }

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

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

 a { background-color: rgb(185,173,246); }

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

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

 span { border-color: rgb(185,173,246); }

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