#BAA8F6

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

Shades of Melrose #BAA8F6

Tints of Melrose #BAA8F6

Color information

#BAA8F6 (or 0xBAA8F6) is unknown color: approx Melrose. HEX triplet: BA, A8 and F6. RGB value is (186,168,246). Sum of RGB (Red+Green+Blue) = 186+168+246=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAA8F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8F6 is #455709. Grayscale: #B5B5B5. Windows color (decimal): -4544266 or 16165050. OLE color: 16165050.

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

Color convert

RGB186168246-
CMYK0.240.3200.04
HSL253.85º81.25%81.18%-
HSV(B)253.85º31.71%96.47%-
XYZ50.8945.193.21-
YUV182.27163.96130.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 168 (66.02% from 255) = 28%
BLUE value IS 246 (96.48% from 255) = 41%
R=31%
G=28%
B=41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861682460.240.3200.04253.8581.2581.18
HexBAA8F6182004fe5151
Octal272250366304004376121121
Binary1011101010101000111101101100010000001001111111010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8F6; }

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

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

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

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

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

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

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

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