#BDB1AE

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

Shades of Pink Swan #BDB1AE

Tints of Pink Swan #BDB1AE

Color information

#BDB1AE (or 0xBDB1AE) is unknown color: approx Pink Swan. HEX triplet: BD, B1 and AE. RGB value is (189,177,174). Sum of RGB (Red+Green+Blue) = 189+177+174=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB1AE is #424E51. Grayscale: #B4B4B4. Windows color (decimal): -4345426 or 11448765. OLE color: 11448765.

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

Color convert

RGB189177174-
CMYK00.060.080.26
HSL12º10.2%71.18%-
HSV(B)12º7.94%74.12%-
XYZ44.3545.3246.45-
YUV180.25124.48134.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=35%
G=32.78%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917717400.060.080.261210.271.18
HexBDB1AE0681Aca47
Octal2752612560610321412107
Binary1011110110110001101011100110100011010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1AE; }

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

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

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

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

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

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

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

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