#B9ADFA

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

Shades of Melrose #B9ADFA

Tints of Melrose #B9ADFA

Color information

#B9ADFA (or 0xB9ADFA) is unknown color: approx Melrose. HEX triplet: B9, AD and FA. RGB value is (185,173,250). Sum of RGB (Red+Green+Blue) = 185+173+250=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADFA is #465205. Grayscale: #B9B9B9. Windows color (decimal): -4608518 or 16428473. OLE color: 16428473.

HSL color Cylindrical-coordinate representation of color #B9ADFA: hue angle of 249.35º degrees, saturation: 0.89, 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 #B9ADFA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185173250-
CMYK0.260.3100.02
HSL249.35º88.51%82.94%-
HSV(B)249.35º30.8%98.04%-
XYZ52.2147.196.78-
YUV185.37164.48127.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.43%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=30.43%
G=28.45%
B=41.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851732500.260.3100.02249.3588.5182.94
HexB9ADFA1A1F02f95953
Octal271255372323702371131123
Binary10111001101011011111101011010111110101111100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADFA; }

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

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

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

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

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

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

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

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