#BAA7F9

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

Shades of Melrose #BAA7F9

Tints of Melrose #BAA7F9

Color information

#BAA7F9 (or 0xBAA7F9) is unknown color: approx Melrose. HEX triplet: BA, A7 and F9. RGB value is (186,167,249). Sum of RGB (Red+Green+Blue) = 186+167+249=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAA7F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7F9 is #455806. Grayscale: #B5B5B5. Windows color (decimal): -4544519 or 16361402. OLE color: 16361402.

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

Color convert

RGB186167249-
CMYK0.250.3300.02
HSL253.9º87.23%81.57%-
HSV(B)253.9º32.93%97.65%-
XYZ51.1744.9295.6-
YUV182.03165.79130.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 167 (65.62% from 255) = 27.74%
BLUE value IS 249 (97.66% from 255) = 41.36%
R=30.90%
G=27.74%
B=41.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861672490.250.3300.02253.987.2381.57
HexBAA7F9192102fe5752
Octal272247371314102376127122
Binary101110101010011111111001110011000010101111111010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7F9; }

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

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

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

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

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

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

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

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