#B9A5F2

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

Shades of Melrose #B9A5F2

Tints of Melrose #B9A5F2

Color information

#B9A5F2 (or 0xB9A5F2) is unknown color: approx Melrose. HEX triplet: B9, A5 and F2. RGB value is (185,165,242). Sum of RGB (Red+Green+Blue) = 185+165+242=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #B9A5F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A5F2 is #465A0D. Grayscale: #B3B3B3. Windows color (decimal): -4610574 or 15902137. OLE color: 15902137.

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

Color convert

RGB185165242-
CMYK0.240.3200.05
HSL255.58º74.76%79.8%-
HSV(B)255.58º31.82%94.9%-
XYZ49.4943.6489.82-
YUV179.76163.13131.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 242 (94.92% from 255) = 40.88%
R=31.25%
G=27.87%
B=40.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851652420.240.3200.05255.5874.7679.8
HexB9A5F21820051004b50
Octal271245362304005400113120
Binary10111001101001011111001011000100000010110000000010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A5F2; }

 p { color: rgb(185,165,242); }

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

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

 a { background-color: rgb(185,165,242); }

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

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

 span { border-color: rgb(185,165,242); }

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