#BAABAA

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

Shades of Pink Swan #BAABAA

Tints of Pink Swan #BAABAA

Color information

#BAABAA (or 0xBAABAA) is unknown color: approx Pink Swan. HEX triplet: BA, AB and AA. RGB value is (186,171,170). Sum of RGB (Red+Green+Blue) = 186+171+170=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABAA is #455455. Grayscale: #AFAFAF. Windows color (decimal): -4543574 or 11185082. OLE color: 11185082.

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

Color convert

RGB186171170-
CMYK00.080.090.27
HSL3.75º10.39%69.8%-
HSV(B)3.75º8.6%72.94%-
XYZ42.0742.4744.01-
YUV175.37124.97135.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=35.29%
G=32.45%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617117000.080.090.273.7510.3969.8
HexBAABAA0891B4a46
Octal2722532520101133412106
Binary1011101010101011101010100100010011101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABAA; }

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

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

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

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

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

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

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

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