#BAABE4

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

Shades of Melrose #BAABE4

Tints of Melrose #BAABE4

Color information

#BAABE4 (or 0xBAABE4) is unknown color: approx Melrose. HEX triplet: BA, AB and E4. RGB value is (186,171,228). Sum of RGB (Red+Green+Blue) = 186+171+228=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABE4 is #45541B. Grayscale: #B5B5B5. Windows color (decimal): -4543516 or 14986170. OLE color: 14986170.

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

Color convert

RGB186171228-
CMYK0.180.2500.11
HSL255.79º51.35%78.24%-
HSV(B)255.79º25%89.41%-
XYZ48.8245.1779.54-
YUV181.98153.97130.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 228 (89.45% from 255) = 38.97%
R=31.79%
G=29.23%
B=38.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861712280.180.2500.11255.7951.3578.24
HexBAABE412190B100334e
Octal272253344223101340063116
Binary1011101010101011111001001001011001010111000000001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABE4; }

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

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

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

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

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

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

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

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