#BAA7EC

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

Shades of Melrose #BAA7EC

Tints of Melrose #BAA7EC

Color information

#BAA7EC (or 0xBAA7EC) is unknown color: approx Melrose. HEX triplet: BA, A7 and EC. RGB value is (186,167,236). Sum of RGB (Red+Green+Blue) = 186+167+236=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAA7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7EC is #455813. Grayscale: #B4B4B4. Windows color (decimal): -4544532 or 15509434. OLE color: 15509434.

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

Color convert

RGB186167236-
CMYK0.210.2900.07
HSL256.52º64.49%79.02%-
HSV(B)256.52º29.24%92.55%-
XYZ49.2144.1385.28-
YUV180.55159.29131.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 167 (65.62% from 255) = 28.35%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=31.58%
G=28.35%
B=40.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861672360.210.2900.07256.5264.4979.02
HexBAA7EC151D07101404f
Octal272247354253507401100117
Binary1011101010100111111011001010111101011110000000110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7EC; }

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

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

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

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

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

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

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

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