#BAACEA

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

Shades of Melrose #BAACEA

Tints of Melrose #BAACEA

Color information

#BAACEA (or 0xBAACEA) is unknown color: approx Melrose. HEX triplet: BA, AC and EA. RGB value is (186,172,234). Sum of RGB (Red+Green+Blue) = 186+172+234=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACEA is #455315. Grayscale: #B7B7B7. Windows color (decimal): -4543254 or 15379642. OLE color: 15379642.

HSL color Cylindrical-coordinate representation of color #BAACEA: hue angle of 253.55º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAACEA is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186172234-
CMYK0.210.2600.08
HSL253.55º59.62%79.61%-
HSV(B)253.55º26.5%91.76%-
XYZ49.8545.8884.07-
YUV183.25156.64129.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 234 (91.80% from 255) = 39.53%
R=31.42%
G=29.05%
B=39.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861722340.210.2600.08253.5559.6279.61
HexBAACEA151A08fe3c50
Octal272254352253201037674120
Binary101110101010110011101010101011101001000111111101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACEA; }

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

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

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

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

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

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

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

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