#B9AFAD

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

Shades of Pink Swan #B9AFAD

Tints of Pink Swan #B9AFAD

Color information

#B9AFAD (or 0xB9AFAD) is unknown color: approx Pink Swan. HEX triplet: B9, AF and AD. RGB value is (185,175,173). Sum of RGB (Red+Green+Blue) = 185+175+173=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AFAD is #465052. Grayscale: #B1B1B1. Windows color (decimal): -4608083 or 11382713. OLE color: 11382713.

HSL color Cylindrical-coordinate representation of color #B9AFAD: hue angle of 10º degrees, saturation: 0.08, 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 #B9AFAD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185175173-
CMYK00.050.060.27
HSL10º7.89%70.2%-
HSV(B)10º6.49%72.55%-
XYZ42.8843.9945.77-
YUV177.76125.31133.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=34.71%
G=32.83%
B=32.46%

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
Decimal18517517300.050.060.27107.8970.2
HexB9AFAD0561Ba846
Octal271257255056331210106
Binary101110011010111110101101010111011011101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFAD; }

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

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

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

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

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

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

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

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