#B9A5FE

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

Shades of Melrose #B9A5FE

Tints of Melrose #B9A5FE

Color information

#B9A5FE (or 0xB9A5FE) is unknown color: approx Melrose. HEX triplet: B9, A5 and FE. RGB value is (185,165,254). Sum of RGB (Red+Green+Blue) = 185+165+254=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9A5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A5FE is #465A01. Grayscale: #B4B4B4. Windows color (decimal): -4610562 or 16688569. OLE color: 16688569.

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

Color convert

RGB185165254-
CMYK0.270.3500.00
HSL253.48º97.8%82.16%-
HSV(B)253.48º35.04%99.61%-
XYZ51.3544.3899.63-
YUV181.13169.13130.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.63%
GREEN value IS 165 (64.84% from 255) = 27.32%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=30.63%
G=27.32%
B=42.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851652540.270.3500.00253.4897.882.16
HexB9A5FE1B2300fd6252
Octal271245376334300375142122
Binary10111001101001011111111011011100011001111110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A5FE; }

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

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

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

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

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

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

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

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