#BEACA9

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

Shades of Pink Swan #BEACA9

Tints of Pink Swan #BEACA9

Color information

#BEACA9 (or 0xBEACA9) is unknown color: approx Pink Swan. HEX triplet: BE, AC and A9. RGB value is (190,172,169). Sum of RGB (Red+Green+Blue) = 190+172+169=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACA9 is #415356. Grayscale: #B1B1B1. Windows color (decimal): -4281175 or 11119806. OLE color: 11119806.

HSL color Cylindrical-coordinate representation of color #BEACA9: hue angle of 8.57º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEACA9 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB190172169-
CMYK00.090.110.25
HSL8.57º13.91%70.39%-
HSV(B)8.57º11.05%74.51%-
XYZ43.1543.3243.62-
YUV177.04123.46137.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 169 (66.41% from 255) = 31.83%
R=35.78%
G=32.39%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017216900.090.110.258.5713.9170.39
HexBEACA909B199e46
Octal27625425101113311116106
Binary10111110101011001010100101001101111001100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACA9; }

 p { color: rgb(190,172,169); }

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

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

 a { background-color: rgb(190,172,169); }

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

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

 span { border-color: rgb(190,172,169); }

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