#BAB0EC

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

Shades of Melrose #BAB0EC

Tints of Melrose #BAB0EC

Color information

#BAB0EC (or 0xBAB0EC) is unknown color: approx Melrose. HEX triplet: BA, B0 and EC. RGB value is (186,176,236). Sum of RGB (Red+Green+Blue) = 186+176+236=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB0EC is #454F13. Grayscale: #B9B9B9. Windows color (decimal): -4542228 or 15511738. OLE color: 15511738.

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

Color convert

RGB186176236-
CMYK0.210.2500.07
HSL250º61.22%80.78%-
HSV(B)250º25.42%92.55%-
XYZ50.9247.5585.85-
YUV185.83156.31128.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 176 (69.14% from 255) = 29.43%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=31.10%
G=29.43%
B=39.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861762360.210.2500.0725061.2280.78
HexBAB0EC151907fa3d51
Octal27226035425310737275121
Binary10111010101100001110110010101110010111111110101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0EC; }

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

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

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

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

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

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

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

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