#BAB1E3

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

Shades of Melrose #BAB1E3

Tints of Melrose #BAB1E3

Color information

#BAB1E3 (or 0xBAB1E3) is unknown color: approx Melrose. HEX triplet: BA, B1 and E3. RGB value is (186,177,227). Sum of RGB (Red+Green+Blue) = 186+177+227=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAB1E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1E3 is #454E1C. Grayscale: #B9B9B9. Windows color (decimal): -4541981 or 14922170. OLE color: 14922170.

HSL color Cylindrical-coordinate representation of color #BAB1E3: hue angle of 250.8º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAB1E3 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186177227-
CMYK0.180.2200.11
HSL250.8º47.17%79.22%-
HSV(B)250.8º22.03%89.02%-
XYZ49.8447.4379.2-
YUV185.39151.48128.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 177 (69.53% from 255) = 30%
BLUE value IS 227 (89.06% from 255) = 38.47%
R=31.53%
G=30%
B=38.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861772270.180.2200.11250.847.1779.22
HexBAB1E312160Bfb2f4f
Octal272261343222601337357117
Binary101110101011000111100011100101011001011111110111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1E3; }

 p { color: rgb(186,177,227); }

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

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

 a { background-color: rgb(186,177,227); }

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

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

 span { border-color: rgb(186,177,227); }

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