#BAAAF6

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

Shades of Melrose #BAAAF6

Tints of Melrose #BAAAF6

Color information

#BAAAF6 (or 0xBAAAF6) is unknown color: approx Melrose. HEX triplet: BA, AA and F6. RGB value is (186,170,246). Sum of RGB (Red+Green+Blue) = 186+170+246=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAAAF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAF6 is #455509. Grayscale: #B7B7B7. Windows color (decimal): -4543754 or 16165562. OLE color: 16165562.

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

Color convert

RGB186170246-
CMYK0.240.3100.04
HSL252.63º80.85%81.57%-
HSV(B)252.63º30.89%96.47%-
XYZ51.2645.8493.34-
YUV183.45163.3129.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 170 (66.80% from 255) = 28.24%
BLUE value IS 246 (96.48% from 255) = 40.86%
R=30.90%
G=28.24%
B=40.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861702460.240.3100.04252.6380.8581.57
HexBAAAF6181F04fd5152
Octal272252366303704375121122
Binary101110101010101011110110110001111101001111110110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAF6; }

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

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

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

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

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

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

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

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