#BAA6FC

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

Shades of Melrose #BAA6FC

Tints of Melrose #BAA6FC

Color information

#BAA6FC (or 0xBAA6FC) is unknown color: approx Melrose. HEX triplet: BA, A6 and FC. RGB value is (186,166,252). Sum of RGB (Red+Green+Blue) = 186+166+252=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAA6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6FC is #455903. Grayscale: #B5B5B5. Windows color (decimal): -4544772 or 16557754. OLE color: 16557754.

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

Color convert

RGB186166252-
CMYK0.260.3400.01
HSL253.95º93.48%81.96%-
HSV(B)253.95º34.13%98.82%-
XYZ51.4644.7498.02-
YUV181.78167.63131.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 166 (65.23% from 255) = 27.48%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=30.79%
G=27.48%
B=41.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861662520.260.3400.01253.9593.4881.96
HexBAA6FC1A2201fe5d52
Octal272246374324201376135122
Binary10111010101001101111110011010100010011111111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6FC; }

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

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

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

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

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

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

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

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