#BFAEAD

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

Shades of Pink Swan #BFAEAD

Tints of Pink Swan #BFAEAD

Color information

#BFAEAD (or 0xBFAEAD) is unknown color: approx Pink Swan. HEX triplet: BF, AE and AD. RGB value is (191,174,173). Sum of RGB (Red+Green+Blue) = 191+174+173=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEAD is #405152. Grayscale: #B2B2B2. Windows color (decimal): -4215123 or 11382463. OLE color: 11382463.

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

Color convert

RGB191174173-
CMYK00.090.090.25
HSL3.33º12.33%71.37%-
HSV(B)3.33º9.42%74.9%-
XYZ44.1644.3745.77-
YUV178.97124.63136.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=35.50%
G=32.34%
B=32.16%

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
Decimal19117417300.090.090.253.3312.3371.37
HexBFAEAD099193c47
Octal2772562550111131314107
Binary101111111010111010101101010011001110011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEAD; }

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

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

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

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

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

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

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

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