#BEAAAA

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

Shades of Pink Swan #BEAAAA

Tints of Pink Swan #BEAAAA

Color information

#BEAAAA (or 0xBEAAAA) is unknown color: approx Pink Swan. HEX triplet: BE, AA and AA. RGB value is (190,170,170). Sum of RGB (Red+Green+Blue) = 190+170+170=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAAA is #415555. Grayscale: #B0B0B0. Windows color (decimal): -4281686 or 11184830. OLE color: 11184830.

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

Color convert

RGB190170170-
CMYK00.110.110.25
HSL13.33%70.59%-
HSV(B)10.53%74.51%-
XYZ42.8742.643.99-
YUV175.98124.63138-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=35.85%
G=32.08%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017017000.110.110.25013.3370.59
HexBEAAAA0BB190d47
Octal2762522520131331015107
Binary10111110101010101010101001011101111001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAAA; }

 p { color: rgb(190,170,170); }

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

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

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

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

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

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

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