#BDAEAE

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

Shades of Pink Swan #BDAEAE

Tints of Pink Swan #BDAEAE

Color information

#BDAEAE (or 0xBDAEAE) is unknown color: approx Pink Swan. HEX triplet: BD, AE and AE. RGB value is (189,174,174). Sum of RGB (Red+Green+Blue) = 189+174+174=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEAE is #425151. Grayscale: #B2B2B2. Windows color (decimal): -4346194 or 11447997. OLE color: 11447997.

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

Color convert

RGB189174174-
CMYK00.080.080.26
HSL10.2%71.18%-
HSV(B)7.94%74.12%-
XYZ43.7644.1546.26-
YUV178.48125.47135.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=35.20%
G=32.40%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917417400.080.080.26010.271.18
HexBDAEAE0881A0a47
Octal2752562560101032012107
Binary10111101101011101010111001000100011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEAE; }

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

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

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

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

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

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

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

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