#BFABA9

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

Shades of Pink Swan #BFABA9

Tints of Pink Swan #BFABA9

Color information

#BFABA9 (or 0xBFABA9) is unknown color: approx Pink Swan. HEX triplet: BF, AB and A9. RGB value is (191,171,169). Sum of RGB (Red+Green+Blue) = 191+171+169=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABA9 is #405456. Grayscale: #B0B0B0. Windows color (decimal): -4215895 or 11119551. OLE color: 11119551.

HSL color Cylindrical-coordinate representation of color #BFABA9: hue angle of 5.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFABA9 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB191171169-
CMYK00.100.120.25
HSL5.45º14.67%70.59%-
HSV(B)5.45º11.52%74.9%-
XYZ43.2143.0743.57-
YUV176.75123.63138.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 169 (66.41% from 255) = 31.83%
R=35.97%
G=32.20%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117116900.100.120.255.4514.6770.59
HexBFABA90AC195f47
Octal2772532510121431517107
Binary1011111110101011101010010101011001100110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABA9; }

 p { color: rgb(191,171,169); }

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

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

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

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

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

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

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