#BDAAAA

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

Shades of Pink Swan #BDAAAA

Tints of Pink Swan #BDAAAA

Color information

#BDAAAA (or 0xBDAAAA) is unknown color: approx Pink Swan. HEX triplet: BD, AA and AA. RGB value is (189,170,170). Sum of RGB (Red+Green+Blue) = 189+170+170=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAAAA is #425555. Grayscale: #AFAFAF. Windows color (decimal): -4347222 or 11184829. OLE color: 11184829.

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

Color convert

RGB189170170-
CMYK00.100.100.26
HSL12.58%70.39%-
HSV(B)10.05%74.12%-
XYZ42.6242.4743.98-
YUV175.68124.79137.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=35.73%
G=32.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917017000.100.100.26012.5870.39
HexBDAAAA0AA1A0d46
Octal2752522520121232015106
Binary10111101101010101010101001010101011010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAAAA; }

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

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

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

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

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

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

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

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