#BEABAB

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

Shades of Pink Swan #BEABAB

Tints of Pink Swan #BEABAB

Color information

#BEABAB (or 0xBEABAB) is unknown color: approx Pink Swan. HEX triplet: BE, AB and AB. RGB value is (190,171,171). Sum of RGB (Red+Green+Blue) = 190+171+171=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABAB is #415454. Grayscale: #B0B0B0. Windows color (decimal): -4281429 or 11250622. OLE color: 11250622.

HSL color Cylindrical-coordinate representation of color #BEABAB: 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.1%. Process color model (Four color, CMYK) of #BEABAB is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB190171171-
CMYK00.100.100.25
HSL12.75%70.78%-
HSV(B)10%74.51%-
XYZ43.1543.0144.56-
YUV176.68124.79137.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=35.71%
G=32.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017117100.100.100.25012.7570.78
HexBEABAB0AA190d47
Octal2762532530121231015107
Binary10111110101010111010101101010101011001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABAB; }

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

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

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

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

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

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

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

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