#BEB3AF

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

Shades of Pink Swan #BEB3AF

Tints of Pink Swan #BEB3AF

Color information

#BEB3AF (or 0xBEB3AF) is unknown color: approx Pink Swan. HEX triplet: BE, B3 and AF. RGB value is (190,179,175). Sum of RGB (Red+Green+Blue) = 190+179+175=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB3AF is #414C50. Grayscale: #B5B5B5. Windows color (decimal): -4279377 or 11514814. OLE color: 11514814.

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

Color convert

RGB190179175-
CMYK00.060.080.25
HSL16º10.34%71.57%-
HSV(B)16º7.89%74.51%-
XYZ45.0946.2847.11-
YUV181.83124.14133.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=34.93%
G=32.90%
B=32.17%

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
Decimal19017917500.060.080.251610.3471.57
HexBEB3AF0681910a48
Octal2762632570610312012110
Binary10111110101100111010111101101000110011000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3AF; }

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

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

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

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

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

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

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

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