#b6a0fe

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

Shades of Melrose #B6A0FE

Tints of Melrose #B6A0FE

Color information

#B6A0FE (or 0xB6A0FE) is unknown color: approx Melrose. HEX triplet: B6, A0 and FE. RGB value is (182,160,254). Sum of RGB (Red+Green+Blue) = 182+160+254=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A0FE is #495F01. Grayscale: #B0B0B0. Windows color (decimal): -4808450 or 16687286. OLE color: 16687286.

HSL color Cylindrical-coordinate representation of color #B6A0FE: hue angle of 254.04º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6A0FE is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182160254-
CMYK0.280.3700.00
HSL254.04º97.92%81.18%-
HSV(B)254.04º37.01%99.61%-
XYZ49.7542.2499.3-
YUV177.29171.29131.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.54%
GREEN value IS 160 (62.89% from 255) = 26.85%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=30.54%
G=26.85%
B=42.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821602540.280.3700.00254.0497.9281.18
HexB6A0FE1C2500fe6251
Octal266240376344500376142121
Binary10110110101000001111111011100100101001111111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6a0fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6a0fe; }

 p { color: rgb(182,160,254); }

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

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

 a { background-color: rgb(182,160,254); }

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

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

 span { border-color: rgb(182,160,254); }

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