#BDADAD

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

Shades of Pink Swan #BDADAD

Tints of Pink Swan #BDADAD

Color information

#BDADAD (or 0xBDADAD) is unknown color: approx Pink Swan. HEX triplet: BD, AD and AD. RGB value is (189,173,173). Sum of RGB (Red+Green+Blue) = 189+173+173=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDADAD is #425252. Grayscale: #B1B1B1. Windows color (decimal): -4346451 or 11382205. OLE color: 11382205.

HSL color Cylindrical-coordinate representation of color #BDADAD: hue angle of 0º degrees, saturation: 0.11, 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 #BDADAD is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189173173-
CMYK00.080.080.26
HSL10.81%70.98%-
HSV(B)8.47%74.12%-
XYZ43.4743.7245.68-
YUV177.78125.3136-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=35.33%
G=32.34%
B=32.34%

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
Decimal18917317300.080.080.26010.8170.98
HexBDADAD0881A0b47
Octal2752552550101032013107
Binary10111101101011011010110101000100011010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADAD; }

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

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

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

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

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

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

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

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