#B9A2FB

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

Shades of Melrose #B9A2FB

Tints of Melrose #B9A2FB

Color information

#B9A2FB (or 0xB9A2FB) is unknown color: approx Melrose. HEX triplet: B9, A2 and FB. RGB value is (185,162,251). Sum of RGB (Red+Green+Blue) = 185+162+251=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9A2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A2FB is #465D04. Grayscale: #B2B2B2. Windows color (decimal): -4611333 or 16491193. OLE color: 16491193.

HSL color Cylindrical-coordinate representation of color #B9A2FB: hue angle of 255.51º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9A2FB is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185162251-
CMYK0.260.3500.02
HSL255.51º91.75%80.98%-
HSV(B)255.51º35.46%98.43%-
XYZ50.3443.1296.94-
YUV179.02168.62132.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.94%
GREEN value IS 162 (63.67% from 255) = 27.09%
BLUE value IS 251 (98.44% from 255) = 41.97%
R=30.94%
G=27.09%
B=41.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851622510.260.3500.02255.5191.7580.98
HexB9A2FB1A23021005c51
Octal271242373324302400134121
Binary1011100110100010111110111101010001101010000000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A2FB; }

 p { color: rgb(185,162,251); }

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

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

 a { background-color: rgb(185,162,251); }

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

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

 span { border-color: rgb(185,162,251); }

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