#BAA9ED

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

Shades of Melrose #BAA9ED

Tints of Melrose #BAA9ED

Color information

#BAA9ED (or 0xBAA9ED) is unknown color: approx Melrose. HEX triplet: BA, A9 and ED. RGB value is (186,169,237). Sum of RGB (Red+Green+Blue) = 186+169+237=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAA9ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9ED is #455612. Grayscale: #B5B5B5. Windows color (decimal): -4544019 or 15575482. OLE color: 15575482.

HSL color Cylindrical-coordinate representation of color #BAA9ED: hue angle of 255º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA9ED is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186169237-
CMYK0.220.2900.07
HSL255º65.38%79.61%-
HSV(B)255º28.69%92.94%-
XYZ49.7244.9386.17-
YUV181.83159.13130.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 169 (66.41% from 255) = 28.55%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=31.42%
G=28.55%
B=40.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861692370.220.2900.0725565.3879.61
HexBAA9ED161D07ff4150
Octal272251355263507377101120
Binary101110101010100111101101101101110101111111111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9ED; }

 p { color: rgb(186,169,237); }

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

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

 a { background-color: rgb(186,169,237); }

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

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

 span { border-color: rgb(186,169,237); }

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