#BAAAF9

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

Shades of Melrose #BAAAF9

Tints of Melrose #BAAAF9

Color information

#BAAAF9 (or 0xBAAAF9) is unknown color: approx Melrose. HEX triplet: BA, AA and F9. RGB value is (186,170,249). Sum of RGB (Red+Green+Blue) = 186+170+249=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAAAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAF9 is #455506. Grayscale: #B7B7B7. Windows color (decimal): -4543751 or 16362170. OLE color: 16362170.

HSL color Cylindrical-coordinate representation of color #BAAAF9: hue angle of 252.15º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAAAF9 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186170249-
CMYK0.250.3200.02
HSL252.15º86.81%82.16%-
HSV(B)252.15º31.73%97.65%-
XYZ51.7246.0395.78-
YUV183.79164.8129.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 249 (97.66% from 255) = 41.16%
R=30.74%
G=28.10%
B=41.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861702490.250.3200.02252.1586.8182.16
HexBAAAF9192002fc5752
Octal272252371314002374127122
Binary101110101010101011111001110011000000101111110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAF9; }

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

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

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

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

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

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

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

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