#B8AEAD

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

Shades of Pink Swan #B8AEAD

Tints of Pink Swan #B8AEAD

Color information

#B8AEAD (or 0xB8AEAD) is unknown color: approx Pink Swan. HEX triplet: B8, AE and AD. RGB value is (184,174,173). Sum of RGB (Red+Green+Blue) = 184+174+173=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AEAD is #475152. Grayscale: #B0B0B0. Windows color (decimal): -4673875 or 11382456. OLE color: 11382456.

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

Color convert

RGB184174173-
CMYK00.050.060.28
HSL5.45º7.19%70%-
HSV(B)5.45º5.98%72.16%-
XYZ42.4543.4845.69-
YUV176.88125.81133.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=34.65%
G=32.77%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417417300.050.060.285.457.1970
HexB8AEAD0561C5746
Octal2702562550563457106
Binary1011100010101110101011010101110111001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEAD; }

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

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

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

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

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

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

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

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