#BDB0AE

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

Shades of Pink Swan #BDB0AE

Tints of Pink Swan #BDB0AE

Color information

#BDB0AE (or 0xBDB0AE) is unknown color: approx Pink Swan. HEX triplet: BD, B0 and AE. RGB value is (189,176,174). Sum of RGB (Red+Green+Blue) = 189+176+174=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0AE is #424F51. Grayscale: #B3B3B3. Windows color (decimal): -4345682 or 11448509. OLE color: 11448509.

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

Color convert

RGB189176174-
CMYK00.070.080.26
HSL10.2%71.18%-
HSV(B)7.94%74.12%-
XYZ44.1544.9346.39-
YUV179.66124.81134.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=35.06%
G=32.65%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917617400.070.080.26810.271.18
HexBDB0AE0781A8a47
Octal2752602560710321012107
Binary1011110110110000101011100111100011010100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0AE; }

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

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

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

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

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

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

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

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