#BFAEAB

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

Shades of Pink Swan #BFAEAB

Tints of Pink Swan #BFAEAB

Color information

#BFAEAB (or 0xBFAEAB) is unknown color: approx Pink Swan. HEX triplet: BF, AE and AB. RGB value is (191,174,171). Sum of RGB (Red+Green+Blue) = 191+174+171=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEAB is #405154. Grayscale: #B2B2B2. Windows color (decimal): -4215125 or 11251391. OLE color: 11251391.

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

Color convert

RGB191174171-
CMYK00.090.100.25
HSL13.51%70.98%-
HSV(B)10.47%74.9%-
XYZ43.9744.2944.76-
YUV178.74123.63136.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=35.63%
G=32.46%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117417100.090.100.25913.5170.98
HexBFAEAB09A199e47
Octal27725625301112311116107
Binary10111111101011101010101101001101011001100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEAB; }

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

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

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

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

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

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

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

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