#BAB2EB

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

Shades of Melrose #BAB2EB

Tints of Melrose #BAB2EB

Color information

#BAB2EB (or 0xBAB2EB) is unknown color: approx Melrose. HEX triplet: BA, B2 and EB. RGB value is (186,178,235). Sum of RGB (Red+Green+Blue) = 186+178+235=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAB2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2EB is #454D14. Grayscale: #BABABA. Windows color (decimal): -4541717 or 15446714. OLE color: 15446714.

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

Color convert

RGB186178235-
CMYK0.210.2400.08
HSL248.42º58.76%80.98%-
HSV(B)248.42º24.26%92.16%-
XYZ51.1748.2885.22-
YUV186.89155.15127.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 178 (69.92% from 255) = 29.72%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=31.05%
G=29.72%
B=39.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861782350.210.2400.08248.4258.7680.98
HexBAB2EB151808f83b51
Octal272262353253001037073121
Binary101110101011001011101011101011100001000111110001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2EB; }

 p { color: rgb(186,178,235); }

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

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

 a { background-color: rgb(186,178,235); }

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

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

 span { border-color: rgb(186,178,235); }

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