#BAABE3

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

Shades of Melrose #BAABE3

Tints of Melrose #BAABE3

Color information

#BAABE3 (or 0xBAABE3) is unknown color: approx Melrose. HEX triplet: BA, AB and E3. RGB value is (186,171,227). Sum of RGB (Red+Green+Blue) = 186+171+227=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAABE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABE3 is #45541C. Grayscale: #B5B5B5. Windows color (decimal): -4543517 or 14920634. OLE color: 14920634.

HSL color Cylindrical-coordinate representation of color #BAABE3: hue angle of 256.07º degrees, saturation: 0.5, 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 #BAABE3 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186171227-
CMYK0.180.2500.11
HSL256.07º50%78.04%-
HSV(B)256.07º24.67%89.02%-
XYZ48.6845.1178.81-
YUV181.87153.47130.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 227 (89.06% from 255) = 38.87%
R=31.85%
G=29.28%
B=38.87%

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
Decimal1861712270.180.2500.11256.075078.04
HexBAABE312190B100324e
Octal272253343223101340062116
Binary1011101010101011111000111001011001010111000000001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABE3; }

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

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

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

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

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

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

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

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