#BAACE2

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

Shades of Melrose #BAACE2

Tints of Melrose #BAACE2

Color information

#BAACE2 (or 0xBAACE2) is unknown color: approx Melrose. HEX triplet: BA, AC and E2. RGB value is (186,172,226). Sum of RGB (Red+Green+Blue) = 186+172+226=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #BAACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACE2 is #45531D. Grayscale: #B6B6B6. Windows color (decimal): -4543262 or 14855354. OLE color: 14855354.

HSL color Cylindrical-coordinate representation of color #BAACE2: hue angle of 255.56º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAACE2 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186172226-
CMYK0.180.2400.11
HSL255.56º48.21%78.04%-
HSV(B)255.56º23.89%88.63%-
XYZ48.7345.4478.15-
YUV182.34152.64130.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 226 (88.67% from 255) = 38.70%
R=31.85%
G=29.45%
B=38.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861722260.180.2400.11255.5648.2178.04
HexBAACE212180B100304e
Octal272254342223001340060116
Binary1011101010101100111000101001011000010111000000001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACE2; }

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

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

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

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

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

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

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

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