#BDACAA

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

Shades of Pink Swan #BDACAA

Tints of Pink Swan #BDACAA

Color information

#BDACAA (or 0xBDACAA) is unknown color: approx Pink Swan. HEX triplet: BD, AC and AA. RGB value is (189,172,170). Sum of RGB (Red+Green+Blue) = 189+172+170=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACAA is #425355. Grayscale: #B0B0B0. Windows color (decimal): -4346710 or 11185341. OLE color: 11185341.

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

Color convert

RGB189172170-
CMYK00.090.100.26
HSL6.32º12.58%70.39%-
HSV(B)6.32º10.05%74.12%-
XYZ42.9943.2344.11-
YUV176.86124.13136.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=35.59%
G=32.39%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917217000.090.100.266.3212.5870.39
HexBDACAA09A1A6d46
Octal2752542520111232615106
Binary1011110110101100101010100100110101101011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACAA; }

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

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

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

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

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

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

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

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