#B5AFAF

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

Shades of Pink Swan #B5AFAF

Tints of Pink Swan #B5AFAF

Color information

#B5AFAF (or 0xB5AFAF) is unknown color: approx Pink Swan. HEX triplet: B5, AF and AF. RGB value is (181,175,175). Sum of RGB (Red+Green+Blue) = 181+175+175=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFAF is #4A5050. Grayscale: #B0B0B0. Windows color (decimal): -4870225 or 11513781. OLE color: 11513781.

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

Color convert

RGB181175175-
CMYK00.030.030.29
HSL3.9%69.8%-
HSV(B)3.31%70.98%-
XYZ42.1243.5846.75-
YUV176.79126.99131-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=34.09%
G=32.96%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117517500.030.030.2903.969.8
HexB5AFAF0331D0446
Octal2652572570333504106
Binary101101011010111110101111011111110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFAF; }

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

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

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

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

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

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

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

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