#BAABB2

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

Shades of Lily #BAABB2

Tints of Lily #BAABB2

Color information

#BAABB2 (or 0xBAABB2) is unknown color: approx Lily. HEX triplet: BA, AB and B2. RGB value is (186,171,178). Sum of RGB (Red+Green+Blue) = 186+171+178=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABB2 is #45544D. Grayscale: #B0B0B0. Windows color (decimal): -4543566 or 11709370. OLE color: 11709370.

HSL color Cylindrical-coordinate representation of color #BAABB2: hue angle of 332º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAABB2 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB186171178-
CMYK00.080.040.27
HSL332º9.8%70%-
HSV(B)332º8.06%72.94%-
XYZ42.8542.7848.12-
YUV176.28128.97134.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 178 (69.92% from 255) = 33.27%
R=34.77%
G=31.96%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617117800.080.040.273329.870
HexBAABB20841B14ca46
Octal27225326201043351412106
Binary101110101010101110110010010001001101110100110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABB2; }

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

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

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

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

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

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

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

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