#BAABE9

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

Shades of Melrose #BAABE9

Tints of Melrose #BAABE9

Color information

#BAABE9 (or 0xBAABE9) is unknown color: approx Melrose. HEX triplet: BA, AB and E9. RGB value is (186,171,233). Sum of RGB (Red+Green+Blue) = 186+171+233=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABE9 is #455416. Grayscale: #B6B6B6. Windows color (decimal): -4543511 or 15313850. OLE color: 15313850.

HSL color Cylindrical-coordinate representation of color #BAABE9: hue angle of 254.52º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAABE9 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186171233-
CMYK0.200.2700.09
HSL254.52º58.49%79.22%-
HSV(B)254.52º26.61%91.37%-
XYZ49.5245.4583.25-
YUV182.55156.47130.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 233 (91.41% from 255) = 39.49%
R=31.53%
G=28.98%
B=39.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861712330.200.2700.09254.5258.4979.22
HexBAABE9141B09ff3a4f
Octal272253351243301137772117
Binary101110101010101111101001101001101101001111111111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABE9; }

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

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

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

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

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

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

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

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