#BFAEAE

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

Shades of Pink Swan #BFAEAE

Tints of Pink Swan #BFAEAE

Color information

#BFAEAE (or 0xBFAEAE) is unknown color: approx Pink Swan. HEX triplet: BF, AE and AE. RGB value is (191,174,174). Sum of RGB (Red+Green+Blue) = 191+174+174=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEAE is #405151. Grayscale: #B3B3B3. Windows color (decimal): -4215122 or 11447999. OLE color: 11447999.

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

Color convert

RGB191174174-
CMYK00.090.090.25
HSL11.72%71.57%-
HSV(B)8.9%74.9%-
XYZ44.2644.446.28-
YUV179.08125.13136.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=35.44%
G=32.28%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117417400.090.090.25011.7271.57
HexBFAEAE099190c48
Octal2772562560111131014110
Binary10111111101011101010111001001100111001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEAE; }

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

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

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

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

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

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

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

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