#BAABE5

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

Shades of Melrose #BAABE5

Tints of Melrose #BAABE5

Color information

#BAABE5 (or 0xBAABE5) is unknown color: approx Melrose. HEX triplet: BA, AB and E5. RGB value is (186,171,229). Sum of RGB (Red+Green+Blue) = 186+171+229=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABE5 is #45541A. Grayscale: #B5B5B5. Windows color (decimal): -4543515 or 15051706. OLE color: 15051706.

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

Color convert

RGB186171229-
CMYK0.190.2500.10
HSL255.52º52.73%78.43%-
HSV(B)255.52º25.33%89.8%-
XYZ48.9645.2280.28-
YUV182.1154.47130.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 229 (89.84% from 255) = 39.08%
R=31.74%
G=29.18%
B=39.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861712290.190.2500.10255.5252.7378.43
HexBAABE513190A100354e
Octal272253345233101240065116
Binary1011101010101011111001011001111001010101000000001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABE5; }

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

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

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

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

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

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

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

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