#B9A2FC

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

Shades of Melrose #B9A2FC

Tints of Melrose #B9A2FC

Color information

#B9A2FC (or 0xB9A2FC) is unknown color: approx Melrose. HEX triplet: B9, A2 and FC. RGB value is (185,162,252). Sum of RGB (Red+Green+Blue) = 185+162+252=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9A2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A2FC is #465D03. Grayscale: #B2B2B2. Windows color (decimal): -4611332 or 16556729. OLE color: 16556729.

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

Color convert

RGB185162252-
CMYK0.270.3600.01
HSL255.33º93.75%81.18%-
HSV(B)255.33º35.71%98.82%-
XYZ50.543.1897.77-
YUV179.14169.12132.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.88%
GREEN value IS 162 (63.67% from 255) = 27.05%
BLUE value IS 252 (98.83% from 255) = 42.07%
R=30.88%
G=27.05%
B=42.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851622520.270.3600.01255.3393.7581.18
HexB9A2FC1B2401ff5e51
Octal271242374334401377136121
Binary10111001101000101111110011011100100011111111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A2FC; }

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

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

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

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

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

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

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

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