#B5AEAD

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

Shades of Pink Swan #B5AEAD

Tints of Pink Swan #B5AEAD

Color information

#B5AEAD (or 0xB5AEAD) is unknown color: approx Pink Swan. HEX triplet: B5, AE and AD. RGB value is (181,174,173). Sum of RGB (Red+Green+Blue) = 181+174+173=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AEAD is #4A5152. Grayscale: #AFAFAF. Windows color (decimal): -4870483 or 11382453. OLE color: 11382453.

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

Color convert

RGB181174173-
CMYK00.040.040.29
HSL7.5º5.13%69.41%-
HSV(B)7.5º4.42%70.98%-
XYZ41.7343.1145.66-
YUV175.98126.32131.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=34.28%
G=32.95%
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
Decimal18117417300.040.040.297.55.1369.41
HexB5AEAD0441D8545
Octal26525625504435105105
Binary10110101101011101010110101001001110110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEAD; }

 p { color: rgb(181,174,173); }

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

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

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

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

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

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

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