#BFACA9

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

Shades of Pink Swan #BFACA9

Tints of Pink Swan #BFACA9

Color information

#BFACA9 (or 0xBFACA9) is unknown color: approx Pink Swan. HEX triplet: BF, AC and A9. RGB value is (191,172,169). Sum of RGB (Red+Green+Blue) = 191+172+169=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFACA9 is #405356. Grayscale: #B1B1B1. Windows color (decimal): -4215639 or 11119807. OLE color: 11119807.

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

Color convert

RGB191172169-
CMYK00.100.120.25
HSL8.18º14.67%70.59%-
HSV(B)8.18º11.52%74.9%-
XYZ43.443.4543.63-
YUV177.34123.29137.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 169 (66.41% from 255) = 31.77%
R=35.90%
G=32.33%
B=31.77%

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
Decimal19117216900.100.120.258.1814.6770.59
HexBFACA90AC198f47
Octal27725425101214311017107
Binary10111111101011001010100101010110011001100011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACA9; }

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

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

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

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

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

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

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

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