#B4A6FA

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

Shades of Melrose #B4A6FA

Tints of Melrose #B4A6FA

Color information

#B4A6FA (or 0xB4A6FA) is unknown color: approx Melrose. HEX triplet: B4, A6 and FA. RGB value is (180,166,250). Sum of RGB (Red+Green+Blue) = 180+166+250=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 166 (65.23% from 255 or 27.85% 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 #B4A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A6FA is #4B5905. Grayscale: #B3B3B3. Windows color (decimal): -4937990 or 16426676. OLE color: 16426676.

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

Color convert

RGB180166250-
CMYK0.280.3400.02
HSL250º89.36%81.57%-
HSV(B)250º33.6%98.04%-
XYZ49.7143.8896.29-
YUV179.76167.64128.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.20%
GREEN value IS 166 (65.23% from 255) = 27.85%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=30.20%
G=27.85%
B=41.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801662500.280.3400.0225089.3681.57
HexB4A6FA1C2202fa5952
Octal264246372344202372131122
Binary101101001010011011111010111001000100101111101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A6FA; }

 p { color: rgb(180,166,250); }

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

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

 a { background-color: rgb(180,166,250); }

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

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

 span { border-color: rgb(180,166,250); }

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