#BAA6EE

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

Shades of Melrose #BAA6EE

Tints of Melrose #BAA6EE

Color information

#BAA6EE (or 0xBAA6EE) is unknown color: approx Melrose. HEX triplet: BA, A6 and EE. RGB value is (186,166,238). Sum of RGB (Red+Green+Blue) = 186+166+238=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAA6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6EE is #455911. Grayscale: #B3B3B3. Windows color (decimal): -4544786 or 15640250. OLE color: 15640250.

HSL color Cylindrical-coordinate representation of color #BAA6EE: hue angle of 256.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA6EE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186166238-
CMYK0.220.3000.07
HSL256.67º67.92%79.22%-
HSV(B)256.67º30.25%93.33%-
XYZ49.3243.8886.76-
YUV180.19160.63132.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=31.53%
G=28.14%
B=40.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861662380.220.3000.07256.6767.9279.22
HexBAA6EE161E07101444f
Octal272246356263607401104117
Binary1011101010100110111011101011011110011110000000110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6EE; }

 p { color: rgb(186,166,238); }

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

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

 a { background-color: rgb(186,166,238); }

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

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

 span { border-color: rgb(186,166,238); }

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