#B9A4FF

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

Shades of Melrose #B9A4FF

Tints of Melrose #B9A4FF

Color information

#B9A4FF (or 0xB9A4FF) is unknown color: approx Melrose. HEX triplet: B9, A4 and FF. RGB value is (185,164,255). Sum of RGB (Red+Green+Blue) = 185+164+255=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A4FF is #465B00. Grayscale: #B4B4B4. Windows color (decimal): -4610817 or 16753849. OLE color: 16753849.

HSL color Cylindrical-coordinate representation of color #B9A4FF: hue angle of 253.85º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9A4FF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185164255-
CMYK0.270.3600
HSL253.85º100%82.16%-
HSV(B)253.85º35.69%100%-
XYZ51.3344.09100.41-
YUV180.65169.96131.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.63%
GREEN value IS 164 (64.45% from 255) = 27.15%
BLUE value IS 255 (100% from 255) = 42.22%
R=30.63%
G=27.15%
B=42.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851642550.270.3600253.8510082.16
HexB9A4FF1B2400fe6452
Octal271244377334400376144122
Binary10111001101001001111111111011100100001111111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A4FF; }

 p { color: rgb(185,164,255); }

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

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

 a { background-color: rgb(185,164,255); }

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

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

 span { border-color: rgb(185,164,255); }

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