#BFABAA

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

Shades of Pink Swan #BFABAA

Tints of Pink Swan #BFABAA

Color information

#BFABAA (or 0xBFABAA) is unknown color: approx Pink Swan. HEX triplet: BF, AB and AA. RGB value is (191,171,170). Sum of RGB (Red+Green+Blue) = 191+171+170=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABAA is #405455. Grayscale: #B0B0B0. Windows color (decimal): -4215894 or 11185087. OLE color: 11185087.

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

Color convert

RGB191171170-
CMYK00.100.110.25
HSL2.86º14.09%70.78%-
HSV(B)2.86º10.99%74.9%-
XYZ43.343.144.07-
YUV176.87124.13138.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=35.90%
G=32.14%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117117000.100.110.252.8614.0970.78
HexBFABAA0AB193e47
Octal2772532520121331316107
Binary101111111010101110101010010101011110011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABAA; }

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

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

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

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

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

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

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

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