#BEABAA

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

Shades of Pink Swan #BEABAA

Tints of Pink Swan #BEABAA

Color information

#BEABAA (or 0xBEABAA) is unknown color: approx Pink Swan. HEX triplet: BE, AB and AA. RGB value is (190,171,170). Sum of RGB (Red+Green+Blue) = 190+171+170=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABAA is #415455. Grayscale: #B0B0B0. Windows color (decimal): -4281430 or 11185086. OLE color: 11185086.

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

Color convert

RGB190171170-
CMYK00.100.110.25
HSL13.33%70.59%-
HSV(B)10.53%74.51%-
XYZ43.0542.9844.06-
YUV176.57124.29137.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=35.78%
G=32.20%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017117000.100.110.25313.3370.59
HexBEABAA0AB193d47
Octal2762532520121331315107
Binary101111101010101110101010010101011110011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABAA; }

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

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

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

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

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

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

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

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