#BEB1AF

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

Shades of Pink Swan #BEB1AF

Tints of Pink Swan #BEB1AF

Color information

#BEB1AF (or 0xBEB1AF) is unknown color: approx Pink Swan. HEX triplet: BE, B1 and AF. RGB value is (190,177,175). Sum of RGB (Red+Green+Blue) = 190+177+175=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB1AF is #414E50. Grayscale: #B4B4B4. Windows color (decimal): -4279889 or 11514302. OLE color: 11514302.

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

Color convert

RGB190177175-
CMYK00.070.080.25
HSL10.34%71.57%-
HSV(B)7.89%74.51%-
XYZ44.745.4946.98-
YUV180.66124.81134.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 177 (69.53% from 255) = 32.66%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=35.06%
G=32.66%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017717500.070.080.25810.3471.57
HexBEB1AF078198a48
Octal2762612570710311012110
Binary1011111010110001101011110111100011001100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1AF; }

 p { color: rgb(190,177,175); }

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

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

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

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

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

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

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