#B6A6FA

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

Shades of Melrose #B6A6FA

Tints of Melrose #B6A6FA

Color information

#B6A6FA (or 0xB6A6FA) is unknown color: approx Melrose. HEX triplet: B6, A6 and FA. RGB value is (182,166,250). Sum of RGB (Red+Green+Blue) = 182+166+250=598 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.43% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A6FA is #495905. Grayscale: #B4B4B4. Windows color (decimal): -4806918 or 16426678. OLE color: 16426678.

HSL color Cylindrical-coordinate representation of color #B6A6FA: hue angle of 251.43º 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 #B6A6FA is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182166250-
CMYK0.270.3400.02
HSL251.43º89.36%81.57%-
HSV(B)251.43º33.6%98.04%-
XYZ50.1844.1296.31-
YUV180.36167.3129.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.43%
GREEN value IS 166 (65.23% from 255) = 27.76%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=30.43%
G=27.76%
B=41.81%

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
Decimal1821662500.270.3400.02251.4389.3681.57
HexB6A6FA1B2202fb5952
Octal266246372334202373131122
Binary101101101010011011111010110111000100101111101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A6FA; }

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

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

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

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

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

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

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

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