#BAAAEC

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

Shades of Melrose #BAAAEC

Tints of Melrose #BAAAEC

Color information

#BAAAEC (or 0xBAAAEC) is unknown color: approx Melrose. HEX triplet: BA, AA and EC. RGB value is (186,170,236). Sum of RGB (Red+Green+Blue) = 186+170+236=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAEC is #455513. Grayscale: #B6B6B6. Windows color (decimal): -4543764 or 15510202. OLE color: 15510202.

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

Color convert

RGB186170236-
CMYK0.210.2800.07
HSL254.55º63.46%79.61%-
HSV(B)254.55º27.97%92.55%-
XYZ49.7645.2485.47-
YUV182.31158.3130.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=31.42%
G=28.72%
B=39.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861702360.210.2800.07254.5563.4679.61
HexBAAAEC151C07ff3f50
Octal27225235425340737777120
Binary10111010101010101110110010101111000111111111111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAEC; }

 p { color: rgb(186,170,236); }

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

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

 a { background-color: rgb(186,170,236); }

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

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

 span { border-color: rgb(186,170,236); }

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