#B4AEAD

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

Shades of Pink Swan #B4AEAD

Tints of Pink Swan #B4AEAD

Color information

#B4AEAD (or 0xB4AEAD) is unknown color: approx Pink Swan. HEX triplet: B4, AE and AD. RGB value is (180,174,173). Sum of RGB (Red+Green+Blue) = 180+174+173=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AEAD is #4B5152. Grayscale: #AFAFAF. Windows color (decimal): -4936019 or 11382452. OLE color: 11382452.

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

Color convert

RGB180174173-
CMYK00.030.040.29
HSL8.57º4.46%69.22%-
HSV(B)8.57º3.89%70.59%-
XYZ41.542.9945.65-
YUV175.68126.49131.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=34.16%
G=33.02%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017417300.030.040.298.574.4669.22
HexB4AEAD0341D9445
Octal26425625503435114105
Binary1011010010101110101011010111001110110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEAD; }

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

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

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

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

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

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

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

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