#BDADAA

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

Shades of Pink Swan #BDADAA

Tints of Pink Swan #BDADAA

Color information

#BDADAA (or 0xBDADAA) is unknown color: approx Pink Swan. HEX triplet: BD, AD and AA. RGB value is (189,173,170). Sum of RGB (Red+Green+Blue) = 189+173+170=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDADAA is #425255. Grayscale: #B1B1B1. Windows color (decimal): -4346454 or 11185597. OLE color: 11185597.

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

Color convert

RGB189173170-
CMYK00.080.100.26
HSL9.47º12.58%70.39%-
HSV(B)9.47º10.05%74.12%-
XYZ43.1943.6144.17-
YUV177.44123.8136.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=35.53%
G=32.52%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917317000.080.100.269.4712.5870.39
HexBDADAA08A1A9d46
Octal27525525201012321115106
Binary10111101101011011010101001000101011010100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADAA; }

 p { color: rgb(189,173,170); }

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

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

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

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

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

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

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