#BEB7B6

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

Shades of Pink Swan #BEB7B6

Tints of Pink Swan #BEB7B6

Color information

#BEB7B6 (or 0xBEB7B6) is unknown color: approx Pink Swan. HEX triplet: BE, B7 and B6. RGB value is (190,183,182). Sum of RGB (Red+Green+Blue) = 190+183+182=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7B6 is #414849. Grayscale: #B8B8B8. Windows color (decimal): -4278346 or 11974590. OLE color: 11974590.

HSL color Cylindrical-coordinate representation of color #BEB7B6: hue angle of 7.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEB7B6 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB190183182-
CMYK00.040.040.25
HSL7.5º5.8%72.94%-
HSV(B)7.5º4.21%74.51%-
XYZ46.6148.1951.1-
YUV184.98126.32131.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 183 (71.88% from 255) = 32.97%
BLUE value IS 182 (71.48% from 255) = 32.79%
R=34.23%
G=32.97%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018318200.040.040.257.55.872.94
HexBEB7B6044198649
Octal27626726604431106111
Binary10111110101101111011011001001001100110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7B6; }

 p { color: rgb(190,183,182); }

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

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

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

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

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

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

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