#BAA6F6

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

Shades of Melrose #BAA6F6

Tints of Melrose #BAA6F6

Color information

#BAA6F6 (or 0xBAA6F6) is unknown color: approx Melrose. HEX triplet: BA, A6 and F6. RGB value is (186,166,246). Sum of RGB (Red+Green+Blue) = 186+166+246=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAA6F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6F6 is #455909. Grayscale: #B4B4B4. Windows color (decimal): -4544778 or 16164538. OLE color: 16164538.

HSL color Cylindrical-coordinate representation of color #BAA6F6: hue angle of 255º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAA6F6 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186166246-
CMYK0.240.3300.04
HSL255º81.63%80.78%-
HSV(B)255º32.52%96.47%-
XYZ50.5244.3793.09-
YUV181.1164.63131.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 166 (65.23% from 255) = 27.76%
BLUE value IS 246 (96.48% from 255) = 41.14%
R=31.10%
G=27.76%
B=41.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861662460.240.3300.0425581.6380.78
HexBAA6F6182104ff5251
Octal272246366304104377122121
Binary1011101010100110111101101100010000101001111111110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6F6; }

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

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

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

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

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

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

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

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