#B6A6FC

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

Shades of Melrose #B6A6FC

Tints of Melrose #B6A6FC

Color information

#B6A6FC (or 0xB6A6FC) is unknown color: approx Melrose. HEX triplet: B6, A6 and FC. RGB value is (182,166,252). Sum of RGB (Red+Green+Blue) = 182+166+252=600 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.33% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #B6A6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A6FC is #495903. Grayscale: #B4B4B4. Windows color (decimal): -4806916 or 16557750. OLE color: 16557750.

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

Color convert

RGB182166252-
CMYK0.280.3400.01
HSL251.16º93.48%81.96%-
HSV(B)251.16º34.13%98.82%-
XYZ50.544.2597.97-
YUV180.59168.3129.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.33%
GREEN value IS 166 (65.23% from 255) = 27.67%
BLUE value IS 252 (98.83% from 255) = 42%
R=30.33%
G=27.67%
B=42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821662520.280.3400.01251.1693.4881.96
HexB6A6FC1C2201fb5d52
Octal266246374344201373135122
Binary10110110101001101111110011100100010011111101110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A6FC; }

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

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

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

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

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

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

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

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