#B6A4FA

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

Shades of Melrose #B6A4FA

Tints of Melrose #B6A4FA

Color information

#B6A4FA (or 0xB6A4FA) is unknown color: approx Melrose. HEX triplet: B6, A4 and FA. RGB value is (182,164,250). Sum of RGB (Red+Green+Blue) = 182+164+250=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A4FA is #495B05. Grayscale: #B2B2B2. Windows color (decimal): -4807430 or 16426166. OLE color: 16426166.

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

Color convert

RGB182164250-
CMYK0.270.3400.02
HSL252.56º89.58%81.18%-
HSV(B)252.56º34.4%98.04%-
XYZ49.8243.496.19-
YUV179.19167.96130.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.54%
GREEN value IS 164 (64.45% from 255) = 27.52%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=30.54%
G=27.52%
B=41.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821642500.270.3400.02252.5689.5881.18
HexB6A4FA1B2202fd5a51
Octal266244372334202375132121
Binary101101101010010011111010110111000100101111110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A4FA; }

 p { color: rgb(182,164,250); }

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

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

 a { background-color: rgb(182,164,250); }

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

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

 span { border-color: rgb(182,164,250); }

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