#BAACE9

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

Shades of Melrose #BAACE9

Tints of Melrose #BAACE9

Color information

#BAACE9 (or 0xBAACE9) is unknown color: approx Melrose. HEX triplet: BA, AC and E9. RGB value is (186,172,233). Sum of RGB (Red+Green+Blue) = 186+172+233=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACE9 is #455316. Grayscale: #B6B6B6. Windows color (decimal): -4543255 or 15314106. OLE color: 15314106.

HSL color Cylindrical-coordinate representation of color #BAACE9: hue angle of 253.77º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAACE9 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186172233-
CMYK0.200.2600.09
HSL253.77º58.1%79.41%-
HSV(B)253.77º26.18%91.37%-
XYZ49.7145.8383.32-
YUV183.14156.14130.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 233 (91.41% from 255) = 39.42%
R=31.47%
G=29.10%
B=39.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861722330.200.2600.09253.7758.179.41
HexBAACE9141A09fe3a4f
Octal272254351243201137672117
Binary101110101010110011101001101001101001001111111101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACE9; }

 p { color: rgb(186,172,233); }

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

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

 a { background-color: rgb(186,172,233); }

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

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

 span { border-color: rgb(186,172,233); }

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