#B4A6FF

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

Shades of Melrose #B4A6FF

Tints of Melrose #B4A6FF

Color information

#B4A6FF (or 0xB4A6FF) is unknown color: approx Melrose. HEX triplet: B4, A6 and FF. RGB value is (180,166,255). Sum of RGB (Red+Green+Blue) = 180+166+255=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A6FF is #4B5900. Grayscale: #B3B3B3. Windows color (decimal): -4937985 or 16754356. OLE color: 16754356.

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

Color convert

RGB180166255-
CMYK0.290.3500
HSL249.44º100%82.55%-
HSV(B)249.44º34.9%100%-
XYZ50.5144.2100.48-
YUV180.33170.14127.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.95%
GREEN value IS 166 (65.23% from 255) = 27.62%
BLUE value IS 255 (100% from 255) = 42.43%
R=29.95%
G=27.62%
B=42.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801662550.290.3500249.4410082.55
HexB4A6FF1D2300f96453
Octal264246377354300371144123
Binary10110100101001101111111111101100011001111100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A6FF; }

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

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

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

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

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

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

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

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