#BAB0E5

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

Shades of Melrose #BAB0E5

Tints of Melrose #BAB0E5

Color information

#BAB0E5 (or 0xBAB0E5) is unknown color: approx Melrose. HEX triplet: BA, B0 and E5. RGB value is (186,176,229). Sum of RGB (Red+Green+Blue) = 186+176+229=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAB0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0E5 is #454F1A. Grayscale: #B8B8B8. Windows color (decimal): -4542235 or 15052986. OLE color: 15052986.

HSL color Cylindrical-coordinate representation of color #BAB0E5: hue angle of 251.32º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB0E5 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186176229-
CMYK0.190.2300.10
HSL251.32º50.48%79.41%-
HSV(B)251.32º23.14%89.8%-
XYZ49.9247.1580.6-
YUV185.03152.81128.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 176 (69.14% from 255) = 29.78%
BLUE value IS 229 (89.84% from 255) = 38.75%
R=31.47%
G=29.78%
B=38.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861762290.190.2300.10251.3250.4879.41
HexBAB0E513170Afb324f
Octal272260345232701237362117
Binary101110101011000011100101100111011101010111110111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0E5; }

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

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

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

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

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

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

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

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