#B9AFAF

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

Shades of Pink Swan #B9AFAF

Tints of Pink Swan #B9AFAF

Color information

#B9AFAF (or 0xB9AFAF) is unknown color: approx Pink Swan. HEX triplet: B9, AF and AF. RGB value is (185,175,175). Sum of RGB (Red+Green+Blue) = 185+175+175=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AFAF is #465050. Grayscale: #B2B2B2. Windows color (decimal): -4608081 or 11513785. OLE color: 11513785.

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

Color convert

RGB185175175-
CMYK00.050.050.27
HSL6.67%70.59%-
HSV(B)5.41%72.55%-
XYZ43.0844.0746.79-
YUV177.99126.31133-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=34.58%
G=32.71%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517517500.050.050.2706.6770.59
HexB9AFAF0551B0747
Octal2712572570553307107
Binary10111001101011111010111101011011101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFAF; }

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

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

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

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

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

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

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

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