#BAABAB

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

Shades of Pink Swan #BAABAB

Tints of Pink Swan #BAABAB

Color information

#BAABAB (or 0xBAABAB) is unknown color: approx Pink Swan. HEX triplet: BA, AB and AB. RGB value is (186,171,171). Sum of RGB (Red+Green+Blue) = 186+171+171=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABAB is #455454. Grayscale: #AFAFAF. Windows color (decimal): -4543573 or 11250618. OLE color: 11250618.

HSL color Cylindrical-coordinate representation of color #BAABAB: hue angle of 0º 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 #BAABAB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186171171-
CMYK00.080.080.27
HSL9.8%70%-
HSV(B)8.06%72.94%-
XYZ42.1642.5144.51-
YUV175.48125.47135.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=35.23%
G=32.39%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617117100.080.080.2709.870
HexBAABAB0881B0a46
Octal2722532530101033012106
Binary10111010101010111010101101000100011011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABAB; }

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

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

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

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

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

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

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

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