#BAB2EA

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

Shades of Melrose #BAB2EA

Tints of Melrose #BAB2EA

Color information

#BAB2EA (or 0xBAB2EA) is unknown color: approx Melrose. HEX triplet: BA, B2 and EA. RGB value is (186,178,234). Sum of RGB (Red+Green+Blue) = 186+178+234=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAB2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2EA is #454D15. Grayscale: #BABABA. Windows color (decimal): -4541718 or 15381178. OLE color: 15381178.

HSL color Cylindrical-coordinate representation of color #BAB2EA: hue angle of 248.57º degrees, saturation: 0.57, 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 #BAB2EA is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186178234-
CMYK0.210.2400.08
HSL248.57º57.14%80.78%-
HSV(B)248.57º23.93%91.76%-
XYZ51.0248.2284.46-
YUV186.78154.65127.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 178 (69.92% from 255) = 29.77%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=31.10%
G=29.77%
B=39.13%

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
Decimal1861782340.210.2400.08248.5757.1480.78
HexBAB2EA151808f93951
Octal272262352253001037171121
Binary101110101011001011101010101011100001000111110011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2EA; }

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

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

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

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

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

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

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

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