#BEB2AF

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

Shades of Pink Swan #BEB2AF

Tints of Pink Swan #BEB2AF

Color information

#BEB2AF (or 0xBEB2AF) is unknown color: approx Pink Swan. HEX triplet: BE, B2 and AF. RGB value is (190,178,175). Sum of RGB (Red+Green+Blue) = 190+178+175=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2AF is #414D50. Grayscale: #B5B5B5. Windows color (decimal): -4279633 or 11514558. OLE color: 11514558.

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

Color convert

RGB190178175-
CMYK00.060.080.25
HSL12º10.34%71.57%-
HSV(B)12º7.89%74.51%-
XYZ44.8945.8847.05-
YUV181.25124.48134.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=34.99%
G=32.78%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017817500.060.080.251210.3471.57
HexBEB2AF06819ca48
Octal2762622570610311412110
Binary1011111010110010101011110110100011001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2AF; }

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

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

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

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

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

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

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

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