#BEB3B0

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

Shades of Pink Swan #BEB3B0

Tints of Pink Swan #BEB3B0

Color information

#BEB3B0 (or 0xBEB3B0) is unknown color: approx Pink Swan. HEX triplet: BE, B3 and B0. RGB value is (190,179,176). Sum of RGB (Red+Green+Blue) = 190+179+176=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB3B0 is #414C4F. Grayscale: #B5B5B5. Windows color (decimal): -4279376 or 11580350. OLE color: 11580350.

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

Color convert

RGB190179176-
CMYK00.060.070.25
HSL12.86º9.72%71.76%-
HSV(B)12.86º7.37%74.51%-
XYZ45.1946.3247.63-
YUV181.95124.64133.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=34.86%
G=32.84%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017917600.060.070.2512.869.7271.76
HexBEB3B006719da48
Octal276263260067311512110
Binary101111101011001110110000011011111001110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3B0; }

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

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

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

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

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

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

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

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