#B6A5FF

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

Shades of Melrose #B6A5FF

Tints of Melrose #B6A5FF

Color information

#B6A5FF (or 0xB6A5FF) is unknown color: approx Melrose. HEX triplet: B6, A5 and FF. RGB value is (182,165,255). Sum of RGB (Red+Green+Blue) = 182+165+255=602 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.23% from 602); Green value is 165 (64.84% from 255 or 27.41% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A5FF is #495A00. Grayscale: #B4B4B4. Windows color (decimal): -4807169 or 16754102. OLE color: 16754102.

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

Color convert

RGB182165255-
CMYK0.290.3500
HSL251.33º100%82.35%-
HSV(B)251.33º35.29%100%-
XYZ50.844.08100.44-
YUV180.34170.13129.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.23%
GREEN value IS 165 (64.84% from 255) = 27.41%
BLUE value IS 255 (100% from 255) = 42.36%
R=30.23%
G=27.41%
B=42.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821652550.290.3500251.3310082.35
HexB6A5FF1D2300fb6452
Octal266245377354300373144122
Binary10110110101001011111111111101100011001111101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A5FF; }

 p { color: rgb(182,165,255); }

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

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

 a { background-color: rgb(182,165,255); }

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

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

 span { border-color: rgb(182,165,255); }

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