#BDABAA

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

Shades of Pink Swan #BDABAA

Tints of Pink Swan #BDABAA

Color information

#BDABAA (or 0xBDABAA) is unknown color: approx Pink Swan. HEX triplet: BD, AB and AA. RGB value is (189,171,170). Sum of RGB (Red+Green+Blue) = 189+171+170=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABAA is #425455. Grayscale: #B0B0B0. Windows color (decimal): -4346966 or 11185085. OLE color: 11185085.

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

Color convert

RGB189171170-
CMYK00.100.100.26
HSL3.16º12.58%70.39%-
HSV(B)3.16º10.05%74.12%-
XYZ42.842.8544.04-
YUV176.27124.46137.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=35.66%
G=32.26%
B=32.08%

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
Decimal18917117000.100.100.263.1612.5870.39
HexBDABAA0AA1A3d46
Octal2752532520121232315106
Binary101111011010101110101010010101010110101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABAA; }

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

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

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

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

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

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

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

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