#B7AFAE

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

Shades of Pink Swan #B7AFAE

Tints of Pink Swan #B7AFAE

Color information

#B7AFAE (or 0xB7AFAE) is unknown color: approx Pink Swan. HEX triplet: B7, AF and AE. RGB value is (183,175,174). Sum of RGB (Red+Green+Blue) = 183+175+174=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AFAE is #485051. Grayscale: #B1B1B1. Windows color (decimal): -4739154 or 11448247. OLE color: 11448247.

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

Color convert

RGB183175174-
CMYK00.040.050.28
HSL6.67º5.88%70%-
HSV(B)6.67º4.92%71.76%-
XYZ42.543.7846.26-
YUV177.28126.15132.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.40%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=34.40%
G=32.89%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317517400.040.050.286.675.8870
HexB7AFAE0451C7646
Octal2672572560453476106
Binary1011011110101111101011100100101111001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFAE; }

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

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

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

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

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

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

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

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