#B9AEAC

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

Shades of Pink Swan #B9AEAC

Tints of Pink Swan #B9AEAC

Color information

#B9AEAC (or 0xB9AEAC) is unknown color: approx Pink Swan. HEX triplet: B9, AE and AC. RGB value is (185,174,172). Sum of RGB (Red+Green+Blue) = 185+174+172=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AEAC is #465153. Grayscale: #B1B1B1. Windows color (decimal): -4608340 or 11316921. OLE color: 11316921.

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

Color convert

RGB185174172-
CMYK00.060.070.27
HSL9.23º8.5%70%-
HSV(B)9.23º7.03%72.55%-
XYZ42.5943.5645.19-
YUV177.06125.14133.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=34.84%
G=32.77%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517417200.060.070.279.238.570
HexB9AEAC0671B9846
Octal271256254067331110106
Binary101110011010111010101100011011111011100110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEAC; }

 p { color: rgb(185,174,172); }

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

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

 a { background-color: rgb(185,174,172); }

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

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

 span { border-color: rgb(185,174,172); }

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