#BDAEAC

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

Shades of Pink Swan #BDAEAC

Tints of Pink Swan #BDAEAC

Color information

#BDAEAC (or 0xBDAEAC) is unknown color: approx Pink Swan. HEX triplet: BD, AE and AC. RGB value is (189,174,172). Sum of RGB (Red+Green+Blue) = 189+174+172=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEAC is #425153. Grayscale: #B2B2B2. Windows color (decimal): -4346196 or 11316925. OLE color: 11316925.

HSL color Cylindrical-coordinate representation of color #BDAEAC: hue angle of 7.06º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDAEAC is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB189174172-
CMYK00.080.090.26
HSL7.06º11.41%70.78%-
HSV(B)7.06º8.99%74.12%-
XYZ43.5744.0745.24-
YUV178.26124.47135.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=35.33%
G=32.52%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917417200.080.090.267.0611.4170.78
HexBDAEAC0891A7b47
Octal2752562540101132713107
Binary1011110110101110101011000100010011101011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEAC; }

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

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

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

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

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

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

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

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