#B6AFAE

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

Shades of Pink Swan #B6AFAE

Tints of Pink Swan #B6AFAE

Color information

#B6AFAE (or 0xB6AFAE) is unknown color: approx Pink Swan. HEX triplet: B6, AF and AE. RGB value is (182,175,174). Sum of RGB (Red+Green+Blue) = 182+175+174=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AFAE is #495051. Grayscale: #B0B0B0. Windows color (decimal): -4804690 or 11448246. OLE color: 11448246.

HSL color Cylindrical-coordinate representation of color #B6AFAE: hue angle of 7.5º 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 #B6AFAE is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182175174-
CMYK00.040.040.29
HSL7.5º5.19%69.8%-
HSV(B)7.5º4.4%71.37%-
XYZ42.2643.6646.24-
YUV176.98126.32131.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=34.27%
G=32.96%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217517400.040.040.297.55.1969.8
HexB6AFAE0441D8546
Octal26625725604435105106
Binary10110110101011111010111001001001110110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFAE; }

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

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

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

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

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

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

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

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