#B5AFAE

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

Shades of Pink Swan #B5AFAE

Tints of Pink Swan #B5AFAE

Color information

#B5AFAE (or 0xB5AFAE) is unknown color: approx Pink Swan. HEX triplet: B5, AF and AE. RGB value is (181,175,174). Sum of RGB (Red+Green+Blue) = 181+175+174=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFAE is #4A5051. Grayscale: #B0B0B0. Windows color (decimal): -4870226 or 11448245. OLE color: 11448245.

HSL color Cylindrical-coordinate representation of color #B5AFAE: hue angle of 8.57º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5AFAE is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181175174-
CMYK00.030.040.29
HSL8.57º4.52%69.61%-
HSV(B)8.57º3.87%70.98%-
XYZ42.0343.5446.23-
YUV176.68126.49131.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=34.15%
G=33.02%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117517400.030.040.298.574.5269.61
HexB5AFAE0341D9546
Octal26525725603435115106
Binary1011010110101111101011100111001110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFAE; }

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

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

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

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

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

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

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

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