#B9AFAE

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

Shades of Pink Swan #B9AFAE

Tints of Pink Swan #B9AFAE

Color information

#B9AFAE (or 0xB9AFAE) is unknown color: approx Pink Swan. HEX triplet: B9, AF and AE. RGB value is (185,175,174). Sum of RGB (Red+Green+Blue) = 185+175+174=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AFAE is #465051. Grayscale: #B1B1B1. Windows color (decimal): -4608082 or 11448249. OLE color: 11448249.

HSL color Cylindrical-coordinate representation of color #B9AFAE: hue angle of 5.45º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9AFAE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185175174-
CMYK00.050.060.27
HSL5.45º7.28%70.39%-
HSV(B)5.45º5.95%72.55%-
XYZ42.9844.0346.28-
YUV177.88125.81133.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=34.64%
G=32.77%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517517400.050.060.275.457.2870.39
HexB9AFAE0561B5746
Octal2712572560563357106
Binary1011100110101111101011100101110110111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFAE; }

 p { color: rgb(185,175,174); }

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

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

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

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

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

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

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